Class FontStoringArgs

Class FontStoringArgs

Il nome: Aspose.Imaging.FileFormats.Svg Assemblea: Aspose.Imaging.dll (25.4.0)

Il font memorizza argomenti

public class FontStoringArgs

Inheritance

object FontStoringArgs

I membri ereditari

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

Riceve o impone il flusso di font dest.

public Stream DestFontStream { get; set; }

Valore di proprietà

Stream

DisposeStream

Riceve o stabilisce un valore che indica se [disponga il flusso].

public bool DisposeStream { get; set; }

Valore di proprietà

bool

FontFileUri

Riceve o imposta il file di font URI.

public string FontFileUri { get; set; }

Valore di proprietà

string

FontStoreType

Riceve o impone un valore che indica se [utilizza font incorporato].

public FontStoreType FontStoreType { get; set; }

Valore di proprietà

FontStoreType

SourceFontFileName

Ricevi il file di font fonte.

public string SourceFontFileName { get; }

Valore di proprietà

string

SourceFontStream

Riceve il flusso di font.

public Stream SourceFontStream { get; }

Valore di proprietà

Stream

 Italiano