Class FontStoringArgs

Class FontStoringArgs

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Svg Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Artykuły do przechowywania argumentów

public class FontStoringArgs

Inheritance

object FontStoringArgs

Dziedziczeni członkowie

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

Dostęp lub ustaw dest strumień czcionki.

public Stream DestFontStream { get; set; }

Wartość nieruchomości

Stream

DisposeStream

Otrzymuje lub ustawia wartość wskazującą, czy [dostępny strumień].

public bool DisposeStream { get; set; }

Wartość nieruchomości

bool

FontFileUri

Pobierz lub ustawić plik czcionki URI.

public string FontFileUri { get; set; }

Wartość nieruchomości

string

FontStoreType

Otrzymuje lub ustawia wartość wskazującą, czy [użyj wbudowanego czcionki].

public FontStoreType FontStoreType { get; set; }

Wartość nieruchomości

FontStoreType

SourceFontFileName

Dostęp do pliku źródłowego.

public string SourceFontFileName { get; }

Wartość nieruchomości

string

SourceFontStream

Dostęp do źródła font strumień.

public Stream SourceFontStream { get; }

Wartość nieruchomości

Stream

 Polski