Accusoft.TwainPro9.Net
Step Property




Gets and sets the step value in the capability range.
Syntax
'Declaration
 
<DescriptionAttribute("The step value in a range.")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property Step As Single
'Usage
 
Dim instance As CapabilityContainerRange
Dim value As Single
 
instance.Step = value
 
value = instance.Step
[DescriptionAttribute("The step value in a range.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public float Step {get; set;}
[DescriptionAttribute("The step value in a range.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property float get_Step();
public: __property void set_Step( 
   float value
);
[DescriptionAttribute("The step value in a range.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property float Step {
   float get();
   void set (    float value);
}

Property Value

A float value which represents the step value in a range.
Remarks

The default value is -1.

This is the increment that the TWAIN device prefers when setting a new value. For example, if Capability = ICAP_XRESOLUTION, Minimum = 100, Maximum = 600 and Step = 100, then a legal new value would be in the range of 100 - 600 in increments of 100.

See Also

Reference

CapabilityContainerRange Class
CapabilityContainerRange Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback