THotPDF.SetCurrentPageNumber

THotPDF

 

Top  Previous  Next

Sets the current page.

 

Delphi syntax:

procedure SetCurrentPageNumber ( const Value: Integer );

 

C++ syntax:

void __fastcall SetCurrentPageNum ( const int Value );

 

Description:

Method SetCurrentPageNumber sets the page with number Value as the current page.

 

 

See also: CurrentPageNumber