Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.Page

TElPDFSignatureInfo     See also     


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


Returns the index of the form field's page in the document.

Declaration

[C#]
    int Page;

[VB.NET]
    Property Page As Integer

[Pascal]
    property Page : integer;

[C++]
    int32_t get_Page();

[PHP]
    integer get_Page()

[Java]
    int getPage();

Description

    Use this property to get the index of the signature form field's page in the document.

See also:     TElPDFDocument.PageInfos    

Discuss this help topic in SecureBlackbox Forum