minHalftoneHeight Property (HalftoneRemovalRequestParams)
Gets or sets the minimal height, in pixels, of a halftone region.
'Declaration
Public Property minHalftoneHeight As Integer
public int minHalftoneHeight { get; set; }
public: __property int get_minHalftoneHeight();
public: __property void set_minHalftoneHeight(
int
);
public:
property int minHalftoneHeight {
int get();
void set(int );
}
Property Value
Minimum value is 10. Default value is 25.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5