FontStoringArgsFontStoreType Property |
Gets or sets a value indicating how to store font.
Namespace:
Aspose.CAD.ImageOptions.SvgOptionsParameters
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic FontStoreType FontStoreType { get; set; }
Public Property FontStoreType As FontStoreType
Get
Set
public:
property FontStoreType FontStoreType {
FontStoreType get ();
void set (FontStoreType value);
}
member FontStoreType : FontStoreType with get, set
Property Value
Type:
FontStoreType
Do not store font, store embedded in SVG file, or store in provided destination stream.
See Also