TwainSetResolution Method (GdPictureImaging)
Tries to set the current resolution (in both x & y).
Resolution is in dots per inch.
public bool TwainSetResolution(
int
)
public function TwainSetResolution(
: Integer
): Boolean;
public function TwainSetResolution(
: int
) : boolean;
public: bool TwainSetResolution(
int
)
public:
bool TwainSetResolution(
int
)
'Declaration
Public Function TwainSetResolution( _
ByVal As Integer _
) As Boolean
Parameters
- Resolution
- The new resolution.
Return Value
True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.