Discuss this help topic in SecureBlackbox Forum

TElPDFAdvancedPublicKeySecurityHandler.PAdESOptions

TElPDFAdvancedPublicKeySecurityHandler     See also     


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


Specifies various PAdES options.

Declaration

[C#]
    TSBPAdESOptions PAdESOptions;

[VB.NET]
    Property PAdESOptions As TSBPAdESOptions

[Pascal]
    property PAdESOptions : TSBPAdESOptions;
    TSBPAdESOptions = set of TSBPAdESOption;

[C++]
    TSBPAdESOptions get_PAdESOptions();
    void set_PAdESOptions(TSBPAdESOptions Value);

[PHP]
    integer get_PAdESOptions()
    void set_PAdESOptions(integer $Value)

[Java]
    int getPAdESOptions();
    void setPAdESOptions(int Value);

Values:

TSBPAdESOptions values

Description

    Use this property to specify various PAdES options.

See also:     PAdESSignatureType    

Discuss this help topic in SecureBlackbox Forum