Discuss this help topic in SecureBlackbox Forum

TElPDFPermissions.Assemble

TElPDFPermissions     See also     


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


Specifies if new document can be assembled on the basis of the previous one

Declaration

[C#]
    bool Assemble;

[VB.NET]
    Property Assemble As Boolean

[Pascal]
    property Assemble : boolean;

[C++]
    bool get_Assemble();
    void set_Assemble(bool Value);

[PHP]
    bool get_Assemble()
    void set_Assemble(bool $Value)

[Java]
    boolean getAssemble();
    void setAssemble(boolean Value);

Description

    Use this property to specify if the user may assemble new document on the basis of the previous one.

See also:     Annotations     Extract     ExtractAcc     FillInForms     Modify     LowQualityPrint     HighQualityPrint    

Discuss this help topic in SecureBlackbox Forum