Class MetaHeader
Contents
[
Hide
]MetaHeader class
Contains information about a windows-format (WMF) metafile.
public sealed class MetaHeader
Constructors
Name | Description |
---|---|
MetaHeader() | Initializes a new instance of the MetaHeader class |
Properties
Name | Description |
---|---|
HeaderSize { get; set; } | Gets or sets the size, in bytes, of the header file. |
MaxRecord { get; set; } | Gets or sets the size, in bytes, of the largest record in the associated Metafile object. |
NoObjects { get; set; } | Gets or sets the maximum number of objects that exist in the Metafile object at the same time. |
NoParameters { get; set; } | Gets or sets the maximum number of parameters in the Metafile object. Not used. Always returns 0. |
Size { get; set; } | Gets or sets the size, in bytes, of the associated Metafile object. |
Type { get; set; } | Gets or sets the type of the associated Metafile object. |
Version { get; set; } | Gets or sets the version number of the header format. |
See Also
- namespace Aspose.Drawing.Imaging
- assembly Aspose.Drawing.Common