Click or drag to resize

DocumentSlope Property

Use this property to get or set the skew (slope value).

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public int Slope { get; set; }

Property Value

Type: Int32
Remarks

This value is used during image preprocessing, when an image is de-skewed and the Deskew property is set to DSK_SET. If Deskew property is not DSK_SET, this property is ignored. Image preprocessing occurs when calling the ImagePreprocess method of Document or Page objects.

Changing this property will set the Modified property to True.

See Also