ChangeBlockType Method of the TableCell Object
This method changes the type of the block which corresponds to the table cell.
Syntax
HRESULT ChangeBlockType( BlockTypeEnum Value );
Parameters
- Value
- [in] This variable specifies the new type of the block. Only the following types are allowed: BT_Barcode, BT_Text, BT_RasterPicture, BT_VectorPicture. See the description of the BlockTypeEnum enumeration constants.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM