UseScreenBasedDC
IPDFDocument4 :: General document management :: Metafiles

See Also
Collapse All

This property gets or sets the value indicating whether to use the screen DC for EMF drawings or not.

Syntax

VARIANT_BOOL UseScreenBasedDC { get; set; }
Value
VARIANT_TRUE if the screen based DC is used for EMF drawings, VARIANT_FALSE otherwise.

Remarks

See the GetDC method for examples.

See Also

Reference