Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.Page

TElPDFSignature     See also     


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


Specifies the number of the page on which the signature widget will be shown.

Declaration

[C#]
    int Page;

[VB.NET]
    Property Page As Integer

[Pascal]
    property Page : integer;

[C++]
    int32_t get_Page();
    void set_Page(int32_t Value);

[PHP]
    integer get_Page()
    void set_Page(integer $Value)

[Java]
    int getPage();
    void setPage(int Value);

Description

    Use this property to specify the page on which the signature widget will be shown. Pages are numbered from zero. Use TElPDFDocument.PageInfos and TElPDFDocument.PageInfoCount properties to specify number of pages and their parameters (wigth/length). The default value is 0.

See also:     AuthorName     ContactInfo     Invisible     Location     SignatureName     SigningTime     WidgetProps    

Discuss this help topic in SecureBlackbox Forum