FormFix v6.0 for .NET - Updated
VerticalResolution Property (FormImage)



Accusoft.FormFixSdk Namespace > FormImage Class : VerticalResolution Property
The vertical, or Y, resolution of the image.
Syntax
'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;}
public:
property float VerticalResolution {
   float get();
   void set (    float value);
}
Remarks

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.

See Also

Reference

FormImage Class
FormImage Members
ResolutionUnit Property
HorizontalResolution Property

Is this page helpful?
Yes No
Thanks for your feedback.