• JMap.Application.Print.getFileType

    Returns the current type of the file, that is used when downloading the print.

    One of the following: "png" | "jpeg" | "pdf"

    Returns JAPP_PRINT_FILE_TYPES

    Example

    // returns "png", "jpeg", or "pdf"
    JMap.Application.Print.getFileType()