Accusoft.FormFix5.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 get_Height();
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