'Declaration Public Property HorizontalResolution As Single
'Usage Dim instance As FormImage Dim value As Single instance.HorizontalResolution = value value = instance.HorizontalResolution
public float HorizontalResolution {get; set;}
'Declaration Public Property HorizontalResolution As Single
'Usage Dim instance As FormImage Dim value As Single instance.HorizontalResolution = value value = instance.HorizontalResolution
public float HorizontalResolution {get; set;}
This property represents the horizontal resolution of the image. Many aspects of form processing depend on accurate resolutions, so it is important that this property has the correct value. To handle cases where the original image had the wrong resolution, we have made this property writeable and you should set it to the correct value.
Valid range: 0.0 to 100,000.0
Default value: The resolution contained in the original image.