Class MetaHeader

MetaHeader class

Contains information about a windows-format (WMF) metafile.

public sealed class MetaHeader

Constructors

NameDescription
MetaHeader()The default constructor.

Properties

NameDescription
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