VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfMrcCompressionSettings Class / MaskBinarization Property
Syntax Requirements SeeAlso
In This Topic
    MaskBinarization Property (PdfMrcCompressionSettings)
    In This Topic
    Gets or sets a binarization command for detecting text regions on a source image.
    Syntax
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
    <DescriptionAttribute("A binarization command for detecting text regions on a source image.")>
    Public Property MaskBinarization As Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("A binarization command for detecting text regions on a source image.")]
    public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase MaskBinarization { get; set; }
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("A binarization command for detecting text regions on a source image.")]
    public: __property Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase* get_MaskBinarization();
    public: __property void set_MaskBinarization(
    Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase* value
    );
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("A binarization command for detecting text regions on a source image.")]
    public:
    property Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ MaskBinarization { Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ get(); void set(Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ value); }

    Property Value

    null - mask layer will not be created; not null - specified binarization command will be executed for detecting text regions on a source image.
    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