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



Accusoft.FormFixSdk Namespace > FormModel Class : Height Property
The height, in pixels, of the form model image.
Syntax
'Declaration
 
Public ReadOnly Property Height As Integer
'Usage
 
Dim instance As FormModel
Dim value As Integer
 
value = instance.Height
public int Height {get;}
public:
property int Height {
   int get();
}
Remarks

This property contains the height of the form model image, in pixels. 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

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