Gets and sets a flag that indicates whether the image should be deskewed based on the angle of the detected border.
Syntax
public bool DeskewBorder {get; set;}
public: __property bool get_DeskewBorder();
public: __property void set_DeskewBorder(
bool value
);
public:
property bool DeskewBorder {
bool get();
void set ( bool value);
}
'Declaration
Public Property DeskewBorder As Boolean
'Usage
Dim instance As BorderRemovalOptions
Dim value As Boolean
instance.DeskewBorder = value
value = instance.DeskewBorder
See Also