AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF Reader or Word Processing control.
When opening a PDF file with a large number of pages, the PDF Reader control loads each page in turn: not all pages are immediately accessible.. This property returns the number of PDF pages currently loaded without having to wait for the end of load.
The behavior is identical for a DOCX file opened by a Word Processing control.
Ejemplo
// Retrieves the number of pages currently loaded in the PDF Reader control
Trace(PDF_Reader.NumberAccessiblePages)
Sintaxis
<Result> = <Control used>.NumberAccessiblePages
<Result>: Integer
Number of pages currently loaded in the PDF Reader control or in the Word Processing control.
<Control used>: Control name
Name of the field to be manipulated:
  • PDF Reader control,
  • Word Processing control.
Observaciones
The NumberPage property waits until the file PDF or DOCX file is loaded and returns the total number of pages. This property is locking.
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

Señalar un error o enviar una sugerencia | Ayuda local