Discuss this help topic in SecureBlackbox Forum

TElPDFPermissions.LowQualityPrint

TElPDFPermissions     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     Annotations     Assemble     Extract     ExtractAcc     FillInForms     Modify     HighQualityPrint    

Discuss this help topic in SecureBlackbox Forum