Writes a font definition by name to stream.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void GetFontSource(
string fontFamilyKey,
Stream outStream
) |
Visual Basic (Declaration) |
---|
Public Sub GetFontSource ( _
fontFamilyKey As String, _
outStream As Stream _
) |
Visual C++ |
---|
public:
void GetFontSource(
String^ fontFamilyKey,
Stream^ outStream
) |
See Also