Type

EmfPlusMetafile.Type property

Gets or sets 32-bit unsigned integer that specifies the type of metafile that is embedded in the MetafileData field. This value MUST be defined in the MetafileDataType enumeration (section 2.1.1.21).

public EmfPlusMetafileDataType Type { get; set; }

See Also