VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetDocumentImageRotationAngleCommand Class / Binarization Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    Binarization Свойство (GetDocumentImageRotationAngleCommand)
    В этом разделе
    Возвращает или задает команду бинаризации, которую необходимо применить к нечерно-белому изображению.
    Синтаксис
    'Declaration
    
    <BrowsableAttribute(True)>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
    <DescriptionAttribute("A binarization command, which must be applied to a not black-white image.")>
    Public Property Binarization As Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
    
    
    [Browsable(True)]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("A binarization command, which must be applied to a not black-white image.")]
    public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase Binarization { get; set; }
    
    
    [Browsable(True)]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("A binarization command, which must be applied to a not black-white image.")]
    public: __property Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase* get_Binarization();
    public: __property void set_Binarization(
    Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase* value
    );
    [Browsable(True)]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("A binarization command, which must be applied to a not black-white image.")]
    public:
    property Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ Binarization { Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ get(); void set(Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ value); }

    Property Value

    Значение по умолчанию: BinarizationMode.Адаптивная бинаризация.
    Исключения
    ИсключениеОписание
    Выбрасывается, если значение равно нулю.
    Выбрасывается, если формат выходных пикселей команды не PixelFormat.BlackWhite или PixelFormat.Undefine.
    Требования

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

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