FormFix v6.0 for .NET - Updated
Location Property



Accusoft.FormDirectorSdk Namespace > Field Class : Location Property
The location of the field (in pixels measured from the top left corner.)
Syntax
'Declaration
 
Public Property Location As Rectangle
'Usage
 
Dim instance As Field
Dim value As Rectangle
 
instance.Location = value
 
value = instance.Location
public Rectangle Location {get; set;}
public:
property Rectangle Location {
   Rectangle get();
   void set (    Rectangle value);
}
Remarks

This property contains the location of the field. The pixel at the top left corner of the image is at (0, 0). Values of X increase as you move to the right on the image and values of Y increase as you move down the image.

Every pixel within the rectangle that this parameter defines is considered to be within the field and every other pixel is considered to be outside the field.

Changing this property will cause the HasChanged property to change to true.

Valid value: Any rectangle that lies wholly within the template image of the form.

Default value: X=0, Y=0, Width=0, Height=0

See Also

Reference

Field Class
Field Members

Is this page helpful?
Yes No
Thanks for your feedback.