Accusoft.FSInvoices1.Net
Area Property (TemplateFieldLabel)




Gets and sets the approximate location and size of the area on the DocumentPage where the field label is expected to be.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property Area As RectangleF
'Usage
 
Dim instance As TemplateFieldLabel
Dim value As RectangleF
 
instance.Area = value
 
value = instance.Area
[DataMemberAttribute()]
public RectangleF Area {get; set;}
[DataMemberAttribute()]
public: __property RectangleF get_Area();
public: __property void set_Area( 
   RectangleF value
);
[DataMemberAttribute()]
public:
property RectangleF Area {
   RectangleF get();
   void set (    RectangleF value);
}
Remarks

Default: Empty rectangle.

See Also

Reference

TemplateFieldLabel Class
TemplateFieldLabel Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback