|
|
|
|
|
- Specific features for the Word Processing control
NumberDisplayedPage (Property) In french: NuméroPageAffichée
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control. More than 50% of this page is displayed in the control. // Displays the number of the page displayed in a control STC_pages = "Page " + PDF_READER_MyPDF.NumberDisplayedPage
Syntax
Identifying the number of the displayed page Hide the details
<Result> = <Control used>.NumberDisplayedPage
<Result>: Integer Number of the page currently displayed in the specified control. More than 50% of this page is displayed. <Control used>: Control name Name of the control to be used: - PDF Reader control,
- Word Processing control.
Changing the number of the displayed page Hide the details
<Control used>.NumberDisplayedPage = <Page to display>
<Control used>: Control name Name of the control to be used: - PDF Reader control,
- Word Processing control.
<Page to display>: Integer Number of the page to display in the specified control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|