'Declaration <DefaultValueAttribute(25)> <DescriptionAttribute("The minimal width, in pixels, of a halftone region.")> Public Property MinHalftoneWidth As System.Int32
[DefaultValue(25)] [Description("The minimal width, in pixels, of a halftone region.")] public System.Int32 MinHalftoneWidth { get; set; }
[DefaultValue(25)] [Description("The minimal width, in pixels, of a halftone region.")] public: __property System.Int32 get_MinHalftoneWidth(); public: __property void set_MinHalftoneWidth(
System.Int32 value
);
[DefaultValue(25)] [Description("The minimal width, in pixels, of a halftone region.")] public:
property System.Int32 MinHalftoneWidth { System.Int32 get(); void set(System.Int32 value); }
Property Value
Минимальное значение - 10. Значение по умолчанию - 25.