Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.AssemblyOptions

TElPDFDocument     


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


Specifies assembly options of the PDF document.

Declaration

[C#]
    TSBPDFAssemblyOptions AssemblyOptions;

[VB.NET]
    Property AssemblyOptions As TSBPDFAssemblyOptions

[Pascal]
    property AssemblyOptions : TSBPDFAssemblyOptions;

[C++]
    TSBPDFAssemblyOptions get_AssemblyOptions();
    void set_AssemblyOptions(TSBPDFAssemblyOptions Value);

[PHP]
    integer get_AssemblyOptions()
    void set_AssemblyOptions(integer $Value)

[Java]
    int getAssemblyOptions();
    void setAssemblyOptions(int Value);

Possible values:

TSBPDFAssemblyOptions values

Description

    Use this property to set assembly options of the document.

Discuss this help topic in SecureBlackbox Forum