CanPrint

Specifies whether the currently opened document is completely open and ready for printing. A document must be fully processed before it can be printed. Use the OPENWaitOnOpen property to make sure that the Open method does not return until the entire document is open. This property is read-only.

If this property is TRUE, the document can be printed by using the PrintDlg or PrintOut method.

Returns

Type Description
Boolean

TRUE if the document can be printed.

FALSE if the document cannot be printed.