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



Accusoft.FormFixSdk Namespace > FormImage Class : Width Property
The width, in pixels, of the image.
Syntax
'Declaration
 
Public ReadOnly Property Width As Integer
'Usage
 
Dim instance As FormImage
Dim value As Integer
 
value = instance.Width
public int Width {get;}
public:
property int Width {
   int get();
}
Remarks
This property is the width, 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.