跳轉到主要內容
傳回指定大小的影像預覽。如果預覽尚未建立,則會在呼叫此屬性時才建立,這可能需要一些時間。第一次呼叫之後,將傳回快取影像。不過,無論是自動或手動修改影像,預覽都可能會被重設。修改後,請再次呼叫此方法以建立新的預覽。

語法

C++

HRESULT GetPreviewImageSpecificSize(
  int     width,
  int     height,
  Image** Result
);

C#

Image GetPreviewImageSpecificSize( 
  int width,
  int height
);

Visual Basic .NET

Function GetPreviewImageSpecificSize( _
  width As Integer, _
  height As Integer _
) As IImage

參數

width [in] 預覽影像的寬度。 height [in] 預覽影像的高度。 Result [out, retval] 指向 IImage* 指標變數的指標;該變數會接收輸出 Image 物件的介面指標。

傳回值

此函式沒有特定的傳回值。它會傳回 ABBYY FineReader Engine 函式的標準傳回值

另請參閱

ImageDocument Image