GetPageNum

Declaration

Delphi

function GetPageNum: Integer; stdcall;

ActiveX

HRESULT _stdcall GetPageNum([out, retval] long* Value);

Description

This function returns the number of pages in the loaded document.

Sample 

C#
// get the number of pages of the document
          
int pages = SignAPIv4.GetPageNum();