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



Accusoft.FormFixSdk Namespace > FormImage Class : Height Property
The height, in pixels, of the image.
Syntax
'Declaration
 
Public ReadOnly Property Height As Integer
'Usage
 
Dim instance As FormImage
Dim value As Integer
 
value = instance.Height
public int Height {get;}
public:
property int Height {
   int get();
}
Remarks
This property is the height, in pixels, of the image that this object contains. You cannot change this value. Instead, you must create a new FormImage object using an image of the desired size.
See Also

Reference

FormImage Class
FormImage Members

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