JMap.Application.Print.setNorthArrowVisibility
Sets the north arrow visible or hidden in the bottom of the print layout.
true to display, false to hide
// Hide the north arrowJMap.Application.Print.setNorthArrowVisibility(false)// Show the north arrowJMap.Application.Print.setNorthArrowVisibility(true) Copy
// Hide the north arrowJMap.Application.Print.setNorthArrowVisibility(false)// Show the north arrowJMap.Application.Print.setNorthArrowVisibility(true)
JMap.Application.Print.setNorthArrowVisibility
Sets the north arrow visible or hidden in the bottom of the print layout.