Gets or sets the vertical resolution used to transfer images from the current Scanner source.
public int YResolution {get; set;}
public int YResolution {get; set;}
get_YResolution();
set_YResolution(value);
public:
property int YResolution {
int get();
void set ( int value);
}
'Declaration
Public Property YResolution As Integer
'Usage
Dim instance As ScanActivity
Dim value As Integer
instance.YResolution = value
value = instance.YResolution
Property Value
The vertical resolution used to transfer images from the current Scanner source. The default value is int.MaxValue which means to use the currently selected value.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
ScanActivity Class
ScanActivity Members
Using Leadtools Workflow Scan Activity.