'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
Минимальное значение - 10. Значение по умолчанию - 25.