Class CdrFont

Class CdrFont

Название пространства: Aspose.Imaging.FileFormats.Cdr.Objects Ассоциация: Aspose.Imaging.dll (25.4.0)

КДР шрифт

[JsonObject(MemberSerialization.OptIn)]
public class CdrFont : CdrDictionaryItem, IDisposable

Inheritance

object DisposableObject CdrObject CdrDictionaryItem CdrFont

Implements

IDisposable

Наследованные члены

CdrDictionaryItem.Id , CdrObject.Parent , CdrObject.Document , DisposableObject.Dispose() , DisposableObject.ReleaseManagedResources() , DisposableObject.ReleaseUnmanagedResources() , DisposableObject.VerifyNotDisposed() , DisposableObject.Disposed , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CdrFont()

public CdrFont()

Properties

Encoding

Получить или установить кодирование.

[JsonProperty]
public short Encoding { get; set; }

Стоимость недвижимости

short

FontName

Получить или установить название шрифта.

[JsonProperty]
public string FontName { get; set; }

Стоимость недвижимости

string

Смотреть также

CdrObjectContainer

 Русский