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



Accusoft.FormFixSdk Namespace > FormModel Class : VerticalResolution Property
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 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

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