JMap.Application.Print.setCustomContentWidthInPercent
Sets the width used by the custom content area as a percentage of the available width left by the print legend.
The value must be between 0 and 100.
The percentage of the available width used by the custom content area
if percent is not a finite number between 0 and 100
// Use 40 percent of the available width left by the print legendJMap.Application.Print.setCustomContentWidthInPercent(40) Copy
// Use 40 percent of the available width left by the print legendJMap.Application.Print.setCustomContentWidthInPercent(40)
JMap.Application.Print.setCustomContentWidthInPercent
Sets the width used by the custom content area as a percentage of the available width left by the print legend.
The value must be between 0 and 100.