ChangeResolution Method of the ImageDocument Object
This method changes the resolution of the 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 in range from 50 to 3200 dpi.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Remarks
This operation cannot be applied to read-only image.
See also
8/15/2023 1:19:30 PM