'Declaration <DefaultValueAttribute(0,5)> <DescriptionAttribute("The scan area height, as a multiple of image height.")> Public Property ScanAreaHeight As Single
[DefaultValue(0,5)] [Description("The scan area height, as a multiple of image height.")] public float ScanAreaHeight { get; set; }
[DefaultValue(0,5)] [Description("The scan area height, as a multiple of image height.")] public: __property float get_ScanAreaHeight(); public: __property void set_ScanAreaHeight(
float value
);
[DefaultValue(0,5)] [Description("The scan area height, as a multiple of image height.")] public:
property float ScanAreaHeight { float get(); void set(float value); }
Property Value
Допустимые значения: от 0 до 1. Значение по умолчанию: 0,5.