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
Was this page helpful?