createRegion()

Read-only object containing the physical coordinates of the region.

Related Object: Region.

createRegion(x1, y1, x2, y2)

Creates a region from the data, using the specified x1 (left), y1 (top), x2 (width), y2 (height) parameters, expressed in characters for a Text file or in millimeters for a PDF file.

x1

Double that represents the left edge of the region.

y1

Double that represents the top edge of the region.

x2

Double that represents the width of the region.

y2

Double that represents the height of the region.

createRegion(columnName)

Creates a region from the data in a CSV file, using the specified columnName parameter.

columnName

Double that represents the column to be used to create the region.

Examples

 
  • Last Topic Update: 24/01/2017 09:32
  • Last Published: 7/6/2017 : 9:48 AM