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