Class CdrFont

Class CdrFont

Il nome: Aspose.Imaging.FileFormats.Cdr.Objects Assemblea: Aspose.Imaging.dll (25.4.0)

Il cdr font

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

Inheritance

object DisposableObject CdrObject CdrDictionaryItem CdrFont

Implements

IDisposable

I membri ereditari

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

Ottieni o metti il codice.

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

Valore di proprietà

short

FontName

Ottieni o inserisci il nome della font.

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

Valore di proprietà

string

Vedi anche

CdrObjectContainer

 Italiano