Type

EmfPlusImage.Type property

Gets or sets image type A 32-bit unsigned integer that specifies the type of data in the ImageData field. This value MUST be defined in the ImageDataType enumeration (section 2.1.1.15).

public EmfPlusImageDataType Type { get; set; }

See Also