Accusoft.FSInvoices1.Net - Updated
Area Property (FormFieldData)




Accusoft.FSInvoices Namespace > FormFieldData Class : Area Property
Gets the area of this data on the DocumentPage.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property Area As Rectangle
'Usage
 
Dim instance As FormFieldData
Dim value As Rectangle
 
value = instance.Area
[DataMember()]
public Rectangle Area {get;}
[DataMember()]
public: __property Rectangle get_Area();
[DataMember()]
public:
property Rectangle Area {
   Rectangle get();
}
Remarks

Measured in pixels from the top left of the DocumentPage.

Default: Empty rectangle.

See Also

Reference

FormFieldData Class
FormFieldData Members