Accusoft.FormFix5.Net - Updated
HorizontalResolution Property (FormImage)




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

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.

See Also

Reference

FormImage Class
FormImage Members
ResolutionUnit Property
VerticalResolution Property