Discuss this help topic in SecureBlackbox Forum

TElPDFAdvancedPublicKeySecurityHandler.PredefinedSignatureSize

TElPDFAdvancedPublicKeySecurityHandler     See also     


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


Specifies the predefined signature size.

Declaration

[C#]
    int PredefinedSignatureSize;

[VB.NET]
    Property PredefinedSignatureSize As Integer

[Pascal]
    property PredefinedSignatureSize : integer;

[C++]
    int32_t get_PredefinedSignatureSize();
    void set_PredefinedSignatureSize(int32_t Value);

[PHP]
    integer get_PredefinedSignatureSize()
    void set_PredefinedSignatureSize(integer $Value)

[Java]
    int getPredefinedSignatureSize();
    void setPredefinedSignatureSize(int Value);

Description

    According to the PDF specification, the window for the signature in the document should be defined prior to the signature computation. This property is used to predefine the size of the signature window when SignatureSizeEstimationStrategy is set to psesPredefinedSize. The default value is 0 (zero).

See also:     SignatureSizeEstimationStrategy    

Discuss this help topic in SecureBlackbox Forum