THotPDF.SetCurrentPageNumber

THotPDF

 

Topo  Anterior  Seguinte

Sets the current page.

 

Delphi syntax:

procedure SetCurrentPageNumber ( const Value: Integer );

 

C++ syntax:

void __fastcall SetCurrentPageNum ( const int Value );

 

Description:

O método SetCurrentPageNumber define como página atual a página com o número Value

 

 

See also: CurrentPageNumber