ChangeResolution Method of the Page Object
This method changes the resolution of the page image. The size of the image in pixels remains unchanged.
Syntax
Visual Basic .NET
Sub ChangeResolution(NewResolution As Integer)
C++
HRESULT ChangeResolution(
int NewResolution
);
Parameters
- NewResolution
- [in] The parameter contains the new value of the resolution. Must be greater than 0.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Remarks
Unlike the IImageDocument::ChangeResolution method this method allows you to change resolution of an image in a batch.
See also
15.08.2023 13:19:30