'Declaration Public Property ScanXResolution As System.Nullable(Of Integer)
public System.Nullable<int> ScanXResolution { get; set; }
public: __property System.Nullable<int> get_ScanXResolution(); public: __property void set_ScanXResolution(
System.Nullable<int> value
);
public:
property System.Nullable<int> ScanXResolution { System.Nullable<int> get(); void set(System.Nullable<int> value); }
Property Value
null - information about scan X-resolution is not available; otherwise, scan X-resolution for this eSCL device.