Accusoft.ImagXpress13.Net
DocumentShear Method




A double value which represents the shear angle at which the image is sheared in degrees. Positive values shear counter-clockwise, while negative values shear clockwise. This value should be a double floating point value from -70 to 70.
A System.Drawing.Color value which is the pad color. A typical value is white.
A ShearType value which determines the type of shear to modify the image with.
Shears current image clockwise or counter-clockwise.
Syntax
'Declaration
 
Public Sub DocumentShear( _
   ByVal ShearAngle As Double, _
   ByVal PadColor As Color, _
   ByVal ShearType As ShearType _
) 
'Usage
 
Dim instance As Processor
Dim ShearAngle As Double
Dim PadColor As Color
Dim ShearType As ShearType
 
instance.DocumentShear(ShearAngle, PadColor, ShearType)
public void DocumentShear( 
   double ShearAngle,
   Color PadColor,
   ShearType ShearType
)
public: void DocumentShear( 
   double ShearAngle,
   Color PadColor,
   ShearType ShearType
) 
public:
void DocumentShear( 
   double ShearAngle,
   Color PadColor,
   ShearType ShearType
) 

Parameters

ShearAngle
A double value which represents the shear angle at which the image is sheared in degrees. Positive values shear counter-clockwise, while negative values shear clockwise. This value should be a double floating point value from -70 to 70.
PadColor
A System.Drawing.Color value which is the pad color. A typical value is white.
ShearType
A ShearType value which determines the type of shear to modify the image with.
Remarks

Note: Available in Professional edition.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback