AddPageRelative Method

Adds a new page to the document. 


Object.AddPageRelative(tcPageSize [, [, tnOrientation [, tnPaperSize [,liPage]]]])

Object.AddPageRelative(tnPageWidth, tnPageHeight [, tnOrientation [, tnPaperSize [,liPage]]])

Parameters 

tcPageSize
  The page size of the new page. Available values: “A4”, “letter”

tnPageWidth, tnPageHeight
  The width and height of the new page. The unit can be defined by SetUnit() method. The default unit it point (1/72 in).

tnOrientation
   Page orientation

tnPaperSize
   Paper size for printer.

liPage
   Page number.

Remarks

XFRX version: 19.0

Applies To: XFRX#DRAW, XFRX#XML

If no page size is specified, the current page size is used. 

See Also

lPageModeRelative