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

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

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