PageParams Constructor

Overload List
  Name Description
Public method PageParams Default constructor for the PageParams class. Constructs an object with the following characteristics: * Paper width of the page = 210 * Paper height of the page = 297 * Left margin of the page = 0 * Right margin of the page = 0 * Top margin of the page = 0 * Bottom margin of the page = 0
Public method PageParams(PageParams) Copy constructor for the PageParams class. Copies the input page parameters.
Top
See Also