Class WmfCreateFontInDirect
Class WmfCreateFontInDirect
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.4.0)
The Create font
public class WmfCreateFontInDirect : WmfGraphicObject
Inheritance
object ← MetaObject ← WmfObject ← WmfGraphicObject ← WmfCreateFontInDirect
Inherited Members
WmfGraphicObject.Index , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
WmfCreateFontInDirect()
public WmfCreateFontInDirect()
Properties
ExtendedBytes
Gets or sets the extended bytes.
public byte[] ExtendedBytes { get; set; }
Property Value
byte []
LogFont
Gets or sets the log font.
public EmfLogFont LogFont { get; set; }