Class FontStoringArgs

Class FontStoringArgs

Tên không gian: Aspose.Imaging.FileFormats.Svg Tổng hợp: Aspose.Imaging.dll (25.4.0)

font lưu trữ arguments

public class FontStoringArgs

Inheritance

object FontStoringArgs

Thành viên thừa kế

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

Nhận hoặc đặt dòng chữ dest.

public Stream DestFontStream { get; set; }

Giá trị bất động sản

Stream

DisposeStream

Nhận hoặc đặt một giá trị cho biết [có dòng].

public bool DisposeStream { get; set; }

Giá trị bất động sản

bool

FontFileUri

Nhận hoặc đặt tệp font URI.

public string FontFileUri { get; set; }

Giá trị bất động sản

string

FontStoreType

Nhận hoặc đặt một giá trị cho biết [sử dụng font nhúng].

public FontStoreType FontStoreType { get; set; }

Giá trị bất động sản

FontStoreType

SourceFontFileName

Nhận file font nguồn.

public string SourceFontFileName { get; }

Giá trị bất động sản

string

SourceFontStream

Nhận nguồn font stream.

public Stream SourceFontStream { get; }

Giá trị bất động sản

Stream

 Tiếng Việt