'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.