Class FontStoringArgs
Class FontStoringArgs
Nom dels espais: Aspose.Imaging.FileFormats.Svg Assemblea: Aspose.Imaging.dll (25.4.0)
El font emmagatzema arguments
public class FontStoringArgs
Inheritance
Membres heretats
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
Obté o posa el flux de font dest.
public Stream DestFontStream { get; set; }
Valor de la propietat
DisposeStream
Obtenir o establir un valor que indiqui si [dispon flux].
public bool DisposeStream { get; set; }
Valor de la propietat
FontFileUri
Obté o col·loca el fitxer font URI.
public string FontFileUri { get; set; }
Valor de la propietat
FontStoreType
Obtén o estableix un valor que indiqui si [utilitza font incorporat].
public FontStoreType FontStoreType { get; set; }
Valor de la propietat
SourceFontFileName
Obté el fitxer font font.
public string SourceFontFileName { get; }
Valor de la propietat
SourceFontStream
Obté el flux de font font.
public Stream SourceFontStream { get; }