FontStoringArgsSourceFontStream Property |
Gets the source font stream, where font data will be read from.
Namespace:
Aspose.CAD.ImageOptions.SvgOptionsParameters
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic Stream SourceFontStream { get; }
Public ReadOnly Property SourceFontStream As Stream
Get
public:
property Stream^ SourceFontStream {
Stream^ get ();
}
member SourceFontStream : Stream with get
Property Value
Type:
Stream
The source font stream.
See Also