THotPDF.SetCurrentPageNumber

THotPDF

 

Inizio  Precedente  Successivo

Sets the current page.

 

Sintassi Delphi:

procedure SetCurrentPageNumber ( const Value: Integer );

 

Sintassi C++:

void __fastcall SetCurrentPageNum ( const int Value );

 

Descrizione:

Il metodo SetCurrentPageNumber imposta come pagina corrente la pagina con numero Value

 

 

Vedi anche: CurrentPageNumber