XResolution is the DPI (Dot per Inch) in the X-axis.
Allowed values can be assigned to XResolution.CurrentValue property.
To see which values your scanner supports look at XResolution[] array, or XResolution.RangeMin, XResolution.RangeMax and XResolution.RangeStep.
You can also limit scanner user interface allowed values removing some XResolution[] items or changing XResolution.RangeMin, XResolution.RangeMax and XResolution.RangeStep.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public IEDoubleList XResolution { get; }
Public ReadOnly Property XResolution As IEDoubleList Get
public: property IEDoubleList^ XResolution { IEDoubleList^ get (); }