VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / HalftoneRecognitionCommand Class / MinHalftoneHeight Property
Синтаксис Требования Смотрите также
В этом разделе
    MinHalftoneHeight Свойство (HalftoneRecognitionCommand)
    В этом разделе
    Возвращает или задает минимальную высоту (в пикселях) полутоновой области.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(25)>
    <DescriptionAttribute("The minimal height, in pixels, of a halftone region.
    Minimal value is 10.")>
    Public Property MinHalftoneHeight As System.Int32
    
    
    [DefaultValue(25)]
    [Description("The minimal height, in pixels, of a halftone region.
    Minimal value is 10.")]
    public System.Int32 MinHalftoneHeight { get; set; }
    
    
    [DefaultValue(25)]
    [Description("The minimal height, in pixels, of a halftone region.
    Minimal value is 10.")]
    public: __property System.Int32 get_MinHalftoneHeight();
    public: __property void set_MinHalftoneHeight(
    System.Int32 value
    );
    [DefaultValue(25)]
    [Description("The minimal height, in pixels, of a halftone region.
    Minimal value is 10.")]
    public:
    property System.Int32 MinHalftoneHeight { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Минимальное значение - 10. Значение по умолчанию - 25.
    Требования

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

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