Accusoft.FormFix5.Net
Width Property (FormImage)




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 get_Width();
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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback