Saltar al contenido principal

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

Este método añade una página al documento. La página puede formar parte de otro documento. La página también se puede obtener mediante el objeto BatchProcessor en Linux y Windows.

Sintaxis

C++

HRESULT AddPage( IFRPage* Page );

C#

void AddPage( IFRPage Page );

Visual Basic .NET

Sub AddPage(Page As IFRPage)

Parámetros

Page [in] Esta variable hace referencia al objeto FRPage correspondiente a la página que se va a añadir.

Valores de retorno

Este método no tiene valores de retorno específicos. Devuelve los valores de retorno estándar de las funciones de ABBYY FineReader Engine.

Observaciones

Este método no notifica ningún evento a los receptores asociados a la interfaz IConnectionPointContainer del objeto FRDocument.

Consulte también

FRDocument