VideoDisplay

EmfPlusHeader.VideoDisplay property

Gets or sets a value indicating whether video display. if 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 bool VideoDisplay { get; set; }

Property Value

true if [video display]; otherwise, false.

See Also