VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetDocumentImageRotationAngleCommand Class / RemoveLinesBeforeTextOrientationDetection Property
Синтаксис Требования Смотрите также
В этом разделе
    RemoveLinesBeforeTextOrientationDetection Свойство (GetDocumentImageRotationAngleCommand)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли команда удалять линии перед определением ориентации.
    Синтаксис
    '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.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также