VintaSoft Imaging .NET SDK 15.1: 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; }

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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also