Gets and sets a flag that indicates whether the detected border pixels should be removed from the image.
Syntax
public bool CropBorder {get; set;}
public: __property bool get_CropBorder();
public: __property void set_CropBorder(
bool value
);
public:
property bool CropBorder {
bool get();
void set ( bool value);
}
'Declaration
Public Property CropBorder As Boolean
'Usage
Dim instance As BorderRemovalOptions
Dim value As Boolean
instance.CropBorder = value
value = instance.CropBorder
See Also