Share via


PrintJobSettings.unpackPageSettings Method

Sets the page settings, such as paper size and orientation.

Syntax

public boolean unpackPageSettings(container settings)

Run On

Called

Parameters

  • settings
    Type: container
    A container that is obtained by calling the packPageSettings method.

Return Value

Type: boolean
true if the pageSettings were successfully changed; false if the pageSettings were set to the default values.

Remarks

The classes reportDesign and report have a method with the same name.

See Also

PrintJobSettings Class

PrintJobSettings.packPageSettings Method