Class FontStoringArgs
- Namespace
- Aspose.CAD.ImageOptions.SvgOptionsParameters
- Assembly
- Aspose.CAD.dll
Parameters for font storage in SVG
public class FontStoringArgs
- Inheritance
-
FontStoringArgs
- Inherited Members
Constructors
Properties
- DestFontStream
Gets or sets the destination stream where font data will be written to if FontStoreType is set to Stream.
- DisposeStream
Gets or sets a value indicating whether destionation stream should be disposed.
- FontFileUri
Gets or sets the font file URI.
- FontStoreType
Gets or sets a value indicating how to store font.
- SourceFontFileName
Gets the source font file name.
- SourceFontStream
Gets the source font stream, where font data will be read from.