GetAsVectorPictureBlock Method of the Block Object
This method returns the block as the VectorPictureBlock object. If the block is not a vector picture block, NULL is returned.
Syntax
HRESULT GetAsVectorPictureBlock( IVectorPictureBlock** Result );
Parameters
- Result
- [out, retval] A pointer to IVectorPictureBlock* pointer variable that receives the interface pointer to the returned VectorPictureBlock object.
Return values
This method has no specific return values. It returns the standard return codes of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM