Accusoft.Forms1 - Updated
ShearAngle Property



Accusoft.ScanFixXpressSdk Namespace > ShearOptions Class : ShearAngle Property
Gets and sets the amount of shear to apply to the image.
Syntax
Public Property ShearAngle As Double
Dim instance As ShearOptions
Dim value As Double
 
instance.ShearAngle = value
 
value = instance.ShearAngle
public double ShearAngle {get; set;}
public:
property double ShearAngle {
   double get();
   void set (    double value);
}
Remarks

The default value is 0.0.

Valid values are -360.0 to 360.0.

See Also

Reference

ShearOptions Class
ShearOptions Members