PrDoc: FieldFrame

FieldFrame

Returns the frame of an optically recognized field.

 Public Function FieldFrame(
	  field_code As Long )

Parameters

field_code
The id of the asked field. The possible ids are defined in the PR_DOCFIELD enumeration.

Return Values

Array of coordinates in µm. On error the error code/string in the GX system is set appropriately.

Languages

[Visual Basic] Public Function FieldFrame(field_code As Long)

[Delphi] function FieldFrame(field_code: Integer): OleVariant;

[C++] VARIANT FieldFrame(long field_code);

Remarks

See Also

Class PrDoc Overview PrDoc Properties PrDoc Methods FieldBinaryV FieldProperty