Contents

runPageLayout(_:)

Displays the receiver’s page layout panel, an instance of NSPageLayout.

Declaration

func runPageLayout(_ sender: Any?)

Parameters

  • sender:

    The object that sent the command.

Discussion

If the NSPageLayout instance does not exist, this method creates one. This method is typically invoked when the user chooses Page Setup from the app’s File menu.

See Also

Managing Panels