VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfMrcCompressionSettings Class / MaskBinarization Property
Синтаксис Требования Смотрите также
В этом разделе
    MaskBinarization Свойство (PdfMrcCompressionSettings)
    В этом разделе
    Возвращает или задает команду бинаризации для обнаружения текстовых областей на исходном изображении.
    Синтаксис
    '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 - слой маски не будет создан; not null - указанная команда бинаризации будет выполнена для обнаружения текстовых областей на исходном изображении.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также