'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the command should clear border in image.")> Public Property ClearBorder As Boolean
[DefaultValue(True)] [Description("A value indicating whether the command should clear border in image.")] public bool ClearBorder { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the command should clear border in image.")] public: __property bool get_ClearBorder(); public: __property void set_ClearBorder(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the command should clear border in image.")] public:
property bool ClearBorder { bool get(); void set(bool value); }
Property Value
true - command clears the border on deskewed image; false - command returns deskewed image without changes. Default value is true.