Class FontStoringArgs
Class FontStoringArgs
Namespace: Aspose.Imaging.FileFormats.Svg
Assembly: Aspose.Imaging.dll (25.4.0)
The font storing arguments
public class FontStoringArgs
Inheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
FontStoringArgs()
public FontStoringArgs()
Properties
DestFontStream
Gets or sets the dest font stream.
public Stream DestFontStream { get; set; }
Property Value
DisposeStream
Gets or sets a value indicating whether [dispose stream].
public bool DisposeStream { get; set; }
Property Value
FontFileUri
Gets or sets the font file URI.
public string FontFileUri { get; set; }
Property Value
FontStoreType
Gets or sets a value indicating whether [use embedded font].
public FontStoreType FontStoreType { get; set; }
Property Value
SourceFontFileName
Gets the source font file.
public string SourceFontFileName { get; }
Property Value
SourceFontStream
Gets the source font stream.
public Stream SourceFontStream { get; }