'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("Width of strips, in pixels, for image scanning. 0 - width of strips is calculated automatically for each image depending on its resolution; 20 and more - current value is used.")> Public Property StripWidth As System.Int32
[DefaultValue(0)] [Description("Width of strips, in pixels, for image scanning. 0 - width of strips is calculated automatically for each image depending on its resolution; 20 and more - current value is used.")] public System.Int32 StripWidth { get; set; }
[DefaultValue(0)] [Description("Width of strips, in pixels, for image scanning. 0 - width of strips is calculated automatically for each image depending on its resolution; 20 and more - current value is used.")] public: __property System.Int32 get_StripWidth(); public: __property void set_StripWidth(
System.Int32 value
);
[DefaultValue(0)] [Description("Width of strips, in pixels, for image scanning. 0 - width of strips is calculated automatically for each image depending on its resolution; 20 and more - current value is used.")] public:
property System.Int32 StripWidth { System.Int32 get(); void set(System.Int32 value); }
Property Value
0 - ширина полос рассчитывается автоматически для каждого изображения в зависимости от его разрешения;
20 и более - для ширины полос используется текущее значение.
Значение по умолчанию - 0 (автоматически вычисляемая ширина полос).
20 и более - для ширины полос используется текущее значение.
Значение по умолчанию - 0 (автоматически вычисляемая ширина полос).