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 permite establecer el rectángulo del símbolo. Afecta a las propiedades Left, Top, Right y Bottom, y no afecta a la propiedad CharacterRegion. El rectángulo se define en coordenadas de píxeles de la imagen.

Sintaxis

C++

HRESULT SetRect(
  int Left,
  int Top,
  int Right,
  int Bottom
);

C#

void SetRect(
  int Left,
  int Top,
  int Right,
  int Bottom
);

Visual Basic .NET

Sub SetRect( _
  Left As Integer, _
  Top As Integer, _
  Right As Integer, _
  Bottom As Integer _
)

Parámetros

Left [in] Coordenada del borde izquierdo del rectángulo. Top [in] Coordenada del borde superior del rectángulo. Right [in] Coordenada del borde derecho del rectángulo. Bottom [in] Coordenada del borde inferior del rectángulo.

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.

Consulte también

CharParams