Accusoft.FSInvoices Namespace > FormFieldLabel Class : Area Property |
'Declaration <DataMemberAttribute()> Public ReadOnly Property Area As Rectangle
'Usage Dim instance As FormFieldLabel Dim value As Rectangle value = instance.Area
[DataMemberAttribute()] public Rectangle Area {get;}
[DataMemberAttribute()] public: __property Rectangle get_Area();
[DataMemberAttribute()] public: property Rectangle Area { Rectangle get(); }
Measured in pixels from the top left of the DocumentPage.
Default: Empty rectangle.