Class MetafileHeader
Represents the Metafile header.
Inheritance
System.Object
MetafileHeader
Namespace: Syncfusion.DocIO.DLS.Entities
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class MetafileHeader : Object
Constructors
MetafileHeader()
Declaration
public MetafileHeader()
Properties
Bounds
Gets a System.Drawing.Rectangle that bounds the associated System.Drawing.Imaging.Metafile.
Declaration
public Rectangle Bounds { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Rectangle | A System.Drawing.Rectangle that bounds the associated System.Drawing.Imaging.Metafile. |