|
|
|
|
|
- Modifying the page displayed in an Image control
- Changing the page of the PDF file displayed in the background of a report
- Number of pages found in a "multi-page" file
- Drawing in an Image control associated with a "multi-page" image
- Limitations
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files). - get and change the page number of a PDF file displayed in an Image control of a window.
- get and change the page number of a PDF file displayed in the background of a report.
Reminder Some image formats (such as TIFF) can contain several images in a single file. Each image corresponds to a file page. These formats are called "multi-page" formats. Note: To find out and modify the page number displayed in a Word Processing control or a PDF Reader control, use the NumberDisplayedPage property.. Sintaxis
Identifying the number of the displayed page Ocultar los detalles
<Page number> = <Element used>.PageNumber
<Page number>: Integer - Number of the page currently displayed in the specified Image control or in the background of the specified report.
- 1 if the format of image file is not "multi-page" or if the first page of "multi-page" file is displayed.
- 0 if the specified control or report is not associated with a supported image format.
<Element used>: Control or report name Name of the Image control or report to be used.
Changing the number of the displayed page Ocultar los detalles
<Element used>.PageNumber = <Page number>
<Element used>: Control or report name Name of Image control or report to use. <Page number>: Integer Number of the page that will be displayed in the specified Image control or in the background of the specified report. Observaciones Modifying the page displayed in an Image control When an image or PDF file is associated with a control (from the window editor, via the Image property, etc.), the image displayed by default corresponds to the first page of the "multi-page" file. To change the page displayed in the Image control, simply use the PageNumber property. Attention: The PageNumber property applies only to the image file currently associated with the Image field. Changing the page of the PDF file displayed in the background of a report If a PDF file is used as report form, you have the ability to choose (in the report description) the page of the PDF file that will be displayed ("Background" tab, "# of PDF page" option). To programmatically change the page displayed in the background of the report, simply use the PageNumber property. Attention: The PageNumber property only applies to the image file currently used as the report form. Number of pages found in a "multi-page" file To get the number of pages in a "multi-page" image file, use the NumberPage property. Limitations The PageNumber property applies only to: - Image controls in windows.
- reports.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|