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



Accusoft.FormFixSdk Namespace > FormModel Class : HorizontalResolution Property
The horizontal resolution of the form model image.
Syntax
'Declaration
 
Public ReadOnly Property HorizontalResolution As Single
'Usage
 
Dim instance As FormModel
Dim value As Single
 
value = instance.HorizontalResolution
public float HorizontalResolution {get;}
public:
property float HorizontalResolution {
   float get();
}
Remarks

This property contains the horizontal, or X, 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.