SetBlockLayerType Method
This method changes the layer of the block (sets its IBlock::BlockLayerType property).
Syntax
C++
HRESULT SetBlockLayerType( BlockLayerTypeEnum Value );
C#
void SetBlockLayerType( BlockLayerTypeEnum Value );
Visual Basic .NET
Sub SetBlockLayerType(Value As BlockLayerTypeEnum)
Parameters
- Value
- [in] The layer to set for this block as one of the BlockLayerTypeEnum constants.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
The following objects provide this method:
|
---|
17.09.2024 15:14:40