Type Default Value Read Only Description
[C#]
XRect

[Visual Basic]
XRect
See description. Yes The location and size of the field.

 

   

Notes
 

This property reflects the position and area of the field on the page.

This rectangle may be empty if the field does not have a visible appearance.

The most common case in which a field does not have a visible appearance is in the case of radio buttons. In this case the field describes the radio button group and the children of the field are the visible buttons. To find out what page the group is on you can iterate through the Kids looking at the Rect property for each of them. However be aware that it is possible to spread radio buttons across more than one page.

 

   

Example
 

None.