JMap.Application.Print.setOrientation
Sets the print layout orientation as portrait or landscape.
true to display as portrait, false as landscape
if isPortrait is not a boolean
// set the layout as portraitJMap.Application.Print.setOrientation(true)// set the layout as landscapeJMap.Application.Print.setOrientation(false) Copy
// set the layout as portraitJMap.Application.Print.setOrientation(true)// set the layout as landscapeJMap.Application.Print.setOrientation(false)
JMap.Application.Print.setOrientation
Sets the print layout orientation as portrait or landscape.