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
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à
DisposeStream
Riceve o stabilisce un valore che indica se [disponga il flusso].
public bool DisposeStream { get; set; }
Valore di proprietà
FontFileUri
Riceve o imposta il file di font URI.
public string FontFileUri { get; set; }
Valore di proprietà
FontStoreType
Riceve o impone un valore che indica se [utilizza font incorporato].
public FontStoreType FontStoreType { get; set; }
Valore di proprietà
SourceFontFileName
Ricevi il file di font fonte.
public string SourceFontFileName { get; }
Valore di proprietà
SourceFontStream
Riceve il flusso di font.
public Stream SourceFontStream { get; }