このメソッドは、画像ファイルのページ数を返します。Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
構文
C++
C#
Visual Basic .NET
パラメーター
int 型変数へのポインターです。
このメソッドは、画像ファイルのページ数を返します。Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
HRESULT GetNumberOfPagesInImageFile(
BSTR ImageFilePath,
IImagePasswordCallback* PasswordCallback,
int* Result
);
int GetNumberOfPagesInImageFile(
string ImageFilePath,
IImagePasswordCallback PasswordCallback
);
Function GetNumberOfPagesInImageFile( _
ImageFilePath As String, _
[PasswordCallback As IImagePasswordCallback = Nothing] _
) As Integer
int 型変数へのポインターです。
このページは役に立ちましたか?