Class WmfPlaceableFileHeader
Contents
[
Hide
]WmfPlaceableFileHeader class
Defines a placeable metafile. Not inheritable.
public sealed class WmfPlaceableFileHeader
Constructors
Name | Description |
---|---|
WmfPlaceableFileHeader() | The default constructor. |
Properties
Name | Description |
---|---|
BboxBottom { get; set; } | Gets or sets the y-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device. |
BboxLeft { get; set; } | Gets or sets the x-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device. |
BboxRight { get; set; } | Gets or sets the x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device. |
BboxTop { get; set; } | Gets or sets the y-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device. |
Checksum { get; set; } | Gets or sets the checksum value for the previous ten WORD s in the header. |
Hmf { get; set; } | Gets or sets the handle of the metafile in memory. |
Inch { get; set; } | Gets or sets the number of twips per inch. |
Key { get; set; } | Gets or sets a value indicating the presence of a placeable metafile header. |
Reserved { get; set; } | Reserved. Do not use. |
See Also
- namespace Aspose.Drawing.Imaging
- assembly Aspose.Drawing.Common