'Declaration <DescriptionAttribute("The binarization mode.")> <DefaultValueAttribute(Threshold)> Public Property BinarizationMode As Vintasoft.Imaging.ImageProcessing.BinarizationMode
[Description("The binarization mode.")] [DefaultValue(Threshold)] public Vintasoft.Imaging.ImageProcessing.BinarizationMode BinarizationMode { get; set; }
[Description("The binarization mode.")] [DefaultValue(Threshold)] public: __property Vintasoft.Imaging.ImageProcessing.BinarizationMode get_BinarizationMode(); public: __property void set_BinarizationMode(
Vintasoft.Imaging.ImageProcessing.BinarizationMode value
);
[Description("The binarization mode.")] [DefaultValue(Threshold)] public:
property Vintasoft.Imaging.ImageProcessing.BinarizationMode BinarizationMode { Vintasoft.Imaging.ImageProcessing.BinarizationMode get(); void set(Vintasoft.Imaging.ImageProcessing.BinarizationMode value); }
Property Value
Значение по умолчанию - BinarizationMode.Threshold.