'Declaration Public ReadOnly Property Width As Integer
'Usage Dim instance As FormModel Dim value As Integer value = instance.Width
public int Width {get;}
public: __property int get_Width();
public: property int Width { int get(); }
This property contains the width 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.
FormModel Class FormModel Members