Discuss this help topic in SecureBlackbox Forum
Specifies if the document may be printed in low quality.
Declaration
[C#]
bool LowQualityPrint;
[VB.NET]
Property LowQualityPrint As Boolean
[Pascal]
property LowQualityPrint : boolean;
[C++]
bool get_LowQualityPrint();
void set_LowQualityPrint(bool Value);
[PHP]
bool get_LowQualityPrint()
void set_LowQualityPrint(bool $Value)
[Java]
boolean getLowQualityPrint();
void setLowQualityPrint(boolean Value);
Description
Use this property to specify if the user may print the document in low quality.
Discuss this help topic in SecureBlackbox Forum