Class FontStoringArgs

Class FontStoringArgs

Namespace: Aspose.Imaging.FileFormats.Svg
Assembly: Aspose.Imaging.dll (25.2.0)

The font storing arguments

public class FontStoringArgs

Inheritance

objectFontStoringArgs

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

Stream

DisposeStream

Gets or sets a value indicating whether [dispose stream].

public bool DisposeStream { get; set; }

Property Value

bool

FontFileUri

Gets or sets the font file URI.

public string FontFileUri { get; set; }

Property Value

string

FontStoreType

Gets or sets a value indicating whether [use embedded font].

public FontStoreType FontStoreType { get; set; }

Property Value

FontStoreType

SourceFontFileName

Gets the source font file.

public string SourceFontFileName { get; }

Property Value

string

SourceFontStream

Gets the source font stream.

public Stream SourceFontStream { get; }

Property Value

Stream