VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / HalftoneRemovalCommand Class / MinHalftoneHeight Property
Syntax Requirements SeeAlso
In This Topic
    MinHalftoneHeight Property (HalftoneRemovalCommand)
    In This Topic
    Gets or sets the minimal height, in pixels, of a halftone region.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The minimal height, in pixels, of a halftone region.")>
    <DefaultValueAttribute(25)>
    Public Property MinHalftoneHeight As System.Int32
    
    
    [Description("The minimal height, in pixels, of a halftone region.")]
    [DefaultValue(25)]
    public System.Int32 MinHalftoneHeight { get; set; }
    
    
    [Description("The minimal height, in pixels, of a halftone region.")]
    [DefaultValue(25)]
    public: __property System.Int32 get_MinHalftoneHeight();
    public: __property void set_MinHalftoneHeight(
    System.Int32 value
    );
    [Description("The minimal height, in pixels, of a halftone region.")]
    [DefaultValue(25)]
    public:
    property System.Int32 MinHalftoneHeight { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Minimal value is 10. Default value is 25.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also