GetTitleRectBounds method
| Applies to |
|---|
| InvoiceField object |
Return Type
This method retrieves the rectangle coordinates of a field title.
None
Object.GetTitleRectBounds ( left, right, bottom, top)
|
Part |
Description |
|---|---|
|
object |
An expression evaluating to an object of type InvoiceField. |
|
left |
A long value representing the left coordinate of the field title. |
|
right |
A long value representing the right coordinate of the field title. |
|
bottom |
A long value representing the bottom coordinate of the field title. |
|
top |
A long value representing the top coordinate of the field title. |
Related topics