Accusoft.FormFix5.Net
VerticalResolution Property (FormImage)




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 get_VerticalResolution();
public: __property void set_VerticalResolution( 
   float value
);
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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback