Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.PagesToPlaceOn

TElPDFSignatureWidgetProps     See also     


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


Defines on which pages the signature widget is shown.

Declaration

[C#]
    bool PagesToPlaceOn[int Index];

[VB.NET]
    Property PagesToPlaceOn(ByVal Index As Integer) As Boolean

[Pascal]
    property PagesToPlaceOn[Index : Integer] : Boolean;

[C++]
    bool get_PagesToPlaceOn(int32_t Index);
    void set_PagesToPlaceOn(int32_t Index, bool Value);

[PHP]
    bool get_PagesToPlaceOn(integer $Index)
    void set_PagesToPlaceOn(integer $Index, bool $Value)

[Java]
    not available

Parameters

  • Index - the index of the page in the list.

Description

    Use this property to explicitly define for each page in the document, whether the signature widget is displayed on it, or not.

See also:     ShowOnAllPages     TElPDFSignature.Page    

Discuss this help topic in SecureBlackbox Forum