Accusoft.FormFix5.Net
VerticalResolution Property (FormModel)




The vertical resolution of the form model image.
Syntax
'Declaration
 
Public ReadOnly Property VerticalResolution As Single
'Usage
 
Dim instance As FormModel
Dim value As Single
 
value = instance.VerticalResolution
public float VerticalResolution {get;}
public: __property float get_VerticalResolution();
public:
property float VerticalResolution {
   float get();
}
Remarks

This property contains the vertical, or Y, resolution of the form model image. You cannot change this value since this object always derives it from the form model image. If you want to change this value, you must change it during the ReadFormImage event.

See Also

Reference

FormModel Class
FormModel Members
VerticalResolution Property
ResolutionUnit Property

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback