跳转到主要内容
此方法将该块作为 RasterPictureBlock 对象返回。如果该块不是光栅图像块,则返回 NULL。

语法

C++

HRESULT GetAsRasterPictureBlock( IRasterPictureBlock** Result);

C#

IRasterPictureBlock GetAsRasterPictureBlock();

Visual Basic .NET

Function GetAsRasterPictureBlock() As IRasterPictureBlock

参数

Result [out, retval] 指向 IRasterPictureBlock* 指针变量的指针,该变量用于接收返回的 RasterPictureBlock 对象的接口指针。

返回值

该方法没有特定的返回值。它返回 ABBYY FineReader Engine 函数的标准返回代码

另请参见

Block RasterPictureBlock