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

Syntax

C++

HRESULT GetAsRasterPictureBlock( IRasterPictureBlock** Result);

C#

IRasterPictureBlock GetAsRasterPictureBlock();

Visual Basic .NET

Function GetAsRasterPictureBlock() As IRasterPictureBlock

Parameters

Result [out, retval] A pointer to IRasterPictureBlock* pointer variable that receives the interface pointer to the returned RasterPictureBlock object.

Return values

This method has no specific return values. It returns the standard return codes of ABBYY FineReader Engine functions.

See also

Block RasterPictureBlock