Class FontStoringArgs
Contents
[
Hide
]FontStoringArgs class
Parameters for font storage in SVG
public class FontStoringArgs
Constructors
| Name | Description |
|---|---|
| FontStoringArgs() | The default constructor. |
Properties
| Name | Description |
|---|---|
| DestFontStream { get; set; } | Gets or sets the destination stream where font data will be written to if FontStoreType is set to Stream. |
| DisposeStream { get; set; } | Gets or sets a value indicating whether destionation stream should be disposed. |
| FontFileUri { get; set; } | Gets or sets the font file URI. |
| FontStoreType { get; set; } | Gets or sets a value indicating how to store font. |
| SourceFontFileName { get; } | Gets the source font file name. |
| SourceFontStream { get; } | Gets the source font stream, where font data will be read from. |
See Also
- namespace Aspose.CAD.ImageOptions.SvgOptionsParameters
- assembly Aspose.CAD