'Declaration <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 - strip with in pixels.")> <DefaultValueAttribute(0)> Public Property StripWidth As System.Int32
[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 - strip with in pixels.")] [DefaultValue(0)] public System.Int32 StripWidth { get; set; }
[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 - strip with in pixels.")] [DefaultValue(0)] public: __property System.Int32 get_StripWidth(); public: __property void set_StripWidth(
System.Int32 value
);
[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 - strip with in pixels.")] [DefaultValue(0)] public:
property System.Int32 StripWidth { System.Int32 get(); void set(System.Int32 value); }
Property Value
0 - ширина полосок рассчитывается автоматически для каждого изображения в зависимости от его разрешения;
20 и более - ширина полосок в пикселях.
Значение по умолчанию: 0 (автоматически вычисляемая ширина полос).
20 и более - ширина полосок в пикселях.
Значение по умолчанию: 0 (автоматически вычисляемая ширина полос).