VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / BorderClearCommand Class / Binarization Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    Binarization Property (BorderClearCommand)
    In This Topic
    Gets or sets ChangePixelFormatToBlackWhiteCommand that is used for binarization of the color source image before image processing.
    Syntax
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
    <DescriptionAttribute("The ChangePixelFormatToBlackWhiteCommand that is used for binarization of the color source image before image processing.")>
    Public Property Binarization As Vintasoft.Imaging.ImageProcessing.ChangePixelFormatToBlackWhiteCommand
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("The ChangePixelFormatToBlackWhiteCommand that is used for binarization of the color source image before image processing.")]
    public Vintasoft.Imaging.ImageProcessing.ChangePixelFormatToBlackWhiteCommand Binarization { get; set; }
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("The ChangePixelFormatToBlackWhiteCommand that is used for binarization of the color source image before image processing.")]
    public: __property Vintasoft.Imaging.ImageProcessing.ChangePixelFormatToBlackWhiteCommand* get_Binarization();
    public: __property void set_Binarization(
    Vintasoft.Imaging.ImageProcessing.ChangePixelFormatToBlackWhiteCommand* value
    );
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("The ChangePixelFormatToBlackWhiteCommand that is used for binarization of the color source image before image processing.")]
    public:
    property Vintasoft.Imaging.ImageProcessing.ChangePixelFormatToBlackWhiteCommand^ Binarization { Vintasoft.Imaging.ImageProcessing.ChangePixelFormatToBlackWhiteCommand^ get(); void set(Vintasoft.Imaging.ImageProcessing.ChangePixelFormatToBlackWhiteCommand^ value); }
    Exceptions
    ExceptionDescription
    Thrown if value is null.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also