'Declaration <DescriptionAttribute("Text and line-art regions on a source image.")> Public Property MaskRegions As Rectangle()
[Description("Text and line-art regions on a source image.")] public Rectangle[] MaskRegions {get; set;}
[Description("Text and line-art regions on a source image.")] public: __property Rectangle[]* get_MaskRegions(); public: __property void set_MaskRegions( Rectangle[][]* value );
[Description("Text and line-art regions on a source image.")] public: property array<Rectangle>^ MaskRegions { array<Rectangle>^ get(); void set ( array<Rectangle>^ value); }
Property Value
null - the whole image will be binarized, using MaskBinarization command, for getting the mask layer; not null - specified image regions will be binarized, using MaskBinarization, for getting the mask layer.Default value is null.