• JMap.Application.Print.setHiResolution

    Sets the parameter determining if the map will be exported in hi resolution or not.

    Parameters

    • isHiResolution: boolean

      true or false

    Returns void

    Throws

    if isHiResolution is not a boolean

    Example

    // set export mode to hi resolution
    JMap.Application.Print.setHiResolution(true)