Printing
IPDFDocument3 :: General document methods

See Also
Collapse All

This property gets the value indicating whether document generation is in progress or not.

Syntax

VARIANT_BOOL Printing { get; }
Value
VARIANT_TRUE if document generation is in progress, VARIANT_FALSE otherwise.

Remarks

The Printing property returns VARIANT_TRUE when it checks between calling BeginDoc and EndDoc (or Abort).

See Also

Reference