'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the command should remove lines before the orientation detection.")> Public Property RemoveLinesBeforeOrientationDetection As Boolean
[DefaultValue(False)] [Description("A value indicating whether the command should remove lines before the orientation detection.")] public bool RemoveLinesBeforeOrientationDetection { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the command should remove lines before the orientation detection.")] public: __property bool get_RemoveLinesBeforeOrientationDetection(); public: __property void set_RemoveLinesBeforeOrientationDetection(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the command should remove lines before the orientation detection.")] public:
property bool RemoveLinesBeforeOrientationDetection { bool get(); void set(bool value); }
Property Value
true - команда удаляет линии перед определением ориентации; false - команда определяет ориентацию на исходном изображении. Значение по умолчанию - false.