[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); }
'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
Property Value
0 - width of strips is calculated automatically for each image depending on its resolution;
20 and more - current value is used for width of strips.
Default value is 0 (automatically computed width of strips).
20 and more - current value is used for width of strips.
Default value is 0 (automatically computed width of strips).