ChangeBlockType Method of the TableCell Object
This method changes the type of the block which corresponds to the table cell.
Syntax
C++
HRESULT ChangeBlockType( BlockTypeEnum Value );
C#
void ChangeBlockType( BlockTypeEnum Value );
Visual Basic .NET
Sub ChangeBlockType(Value As BlockTypeEnum)
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
9/17/2024 3:14:40 PM