EmfPlusFlags

EmfPlusHeader.EmfPlusFlags property

Gets or sets the EMF plus flags. A 32-bit unsigned integer that contains information about how this metafile was recorded. if 31-st bit of the field is set, this flag indicates that the metafile was recorded with a reference device context for a video display. If clear, the metafile was recorded with a reference device context for a printer.

public int EmfPlusFlags { get; set; }

Property Value

The EMF plus flags.

See Also