COM API

GetTitleRectBounds method

Example | Applies To

This method retrieves the rectangle coordinates of a field title.

Return Type

None

Syntax

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.

GetValueRectBounds method