'Declaration <DefaultValueAttribute(0,5)> <DescriptionAttribute("The scan area height, as a multiple of image height. Valid values are from 0 to 1.")> Public Property ScanAreaHeight As Single
[DefaultValue(0,5)] [Description("The scan area height, as a multiple of image height. Valid values are from 0 to 1.")] public float ScanAreaHeight { get; set; }
[DefaultValue(0,5)] [Description("The scan area height, as a multiple of image height. Valid values are from 0 to 1.")] 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. Valid values are from 0 to 1.")] public:
property float ScanAreaHeight { float get(); void set(float value); }
Property Value
Valid values are from 0 to 1. Default value is 0.5.