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