FontStoringArgsDestFontStream Property |
Gets or sets the destination stream where font data will be written to if FontStoreType is set to Stream.
Namespace:
Aspose.CAD.ImageOptions.SvgOptionsParameters
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic Stream DestFontStream { get; set; }
Public Property DestFontStream As Stream
Get
Set
public:
property Stream^ DestFontStream {
Stream^ get ();
void set (Stream^ value);
}
member DestFontStream : Stream with get, set
Property Value
Type:
Stream
The destination font stream.
See Also