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 / Funciones WLanguage / Controles, páginas y ventanas / Funciones Lector PDF
Sets the position on the previous result of a search started with .SeekFirst in the content of a PDF Reader control.
Remark: .SeekNext finds the next instance of the search text.
Ejemplo
// Seeks a text in a PDF Reader control and displays it
PDF_MyPDFReader.SeekFirst("company")
// Finds the next element
IF PDF_MyPDFReader.SeekNext() = False THEN
	Info("Search ended")
END

// Finds the previous element
PDF_MyPDFReader.SeekPrevious()
Sintaxis
<Result> = <PDF Reader control>.SeekPrevious()
<Result>: booleano
  • True if the text specified in .SeekFirst was found in the current document in the PDF Reader control,
  • False if the text was not found.
<PDF Reader control>: Nombre del control
Name of PDF Reader control to use.
Observaciones
  • The text and the search options have been specified in .SeekFirst.
  • Android A partir de la versión 28, esta función no es compatible con los procesadores ARM de 32 bits. Las nuevas funciones de PDF requieren un modo de ejecución de 64 bits.
    Si una aplicación se va a ejecutar en dispositivos con procesadores ARM de 32 bits, debe generarse con WINDEV Mobile 27.
Componente: wd290obj.dll
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: 16/12/2023

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