Leadtools.Wia Namespace > WiaProperties Structure : ImageResolution Property |
public WiaImageResolutionProperties ImageResolution {get; set;}
'Declaration Public Property ImageResolution As WiaImageResolutionProperties
'Usage Dim instance As WiaProperties Dim value As WiaImageResolutionProperties instance.ImageResolution = value value = instance.ImageResolution
public: property WiaImageResolutionProperties ImageResolution { WiaImageResolutionProperties get(); void set ( WiaImageResolutionProperties value); }