TwainSetYScaling Method (GdPictureImaging)
Tries to set the current image vertical scaling factor for the selected twain source.
public bool TwainSetYScaling(
double
)
public function TwainSetYScaling(
: Double
): Boolean;
public function TwainSetYScaling(
: double
) : boolean;
public: bool TwainSetYScaling(
double
)
public:
bool TwainSetYScaling(
double
)
'Declaration
Public Function TwainSetYScaling( _
ByVal As Double _
) As Boolean
Parameters
- YScaling
- The image vertical scaling. A value of ‘1.0’ is equivalent to 100% scaling. Do not use values less than or equal to zero.
Return Value
TRUE if success, FALSE otherwise -> Use TwainGetLastResultCode() and
TwainGetLastConditionCode() methods for diagnosing the error.