'Declaration Public Property VerticalResolution As Single
'Usage Dim instance As FormImage Dim value As Single instance.VerticalResolution = value value = instance.VerticalResolution
public float VerticalResolution {get; set;}
'Declaration Public Property VerticalResolution As Single
'Usage Dim instance As FormImage Dim value As Single instance.VerticalResolution = value value = instance.VerticalResolution
public float VerticalResolution {get; set;}
This property represents the vertical 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.