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