AllowPrint
This property determines whether to allow printing of the document.
Syntax
[VC++]
BOOL GetAllowPrint();
void SetAllowPrint(BOOL bNewValue);
[C#]
public abstract new bool AllowPrint [ get, set ]
[VB]
Property AllowPrint As Boolean