Class WmfCreateFontInDirect
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The Create font
public class WmfCreateFontInDirect : WmfGraphicObject
- Inheritance
-
WmfCreateFontInDirect
- Inherited Members
Constructors
WmfCreateFontInDirect()
public WmfCreateFontInDirect()
Properties
ExtendedBytes
Gets or sets the extended bytes.
public byte[] ExtendedBytes { get; set; }
Property Value
- byte[]
The extended bytes.
LogFont
Gets or sets the log font.
public EmfLogFont LogFont { get; set; }
Property Value
- EmfLogFont
The log font.