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