Skip to main content
This method returns the block as the VectorPictureBlock object. If the block is not a vector picture block, NULL is returned.

Syntax

C++

HRESULT GetAsVectorPictureBlock( IVectorPictureBlock** Result );

C#

IVectorPictureBlock GetAsVectorPictureBlock();

Visual Basic .NET

Function GetAsVectorPictureBlock() As IVectorPictureBlock

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

Block VectorPictureBlock