Modules

filter

 

Objects/Functions

module (N/render)

SuiteScript 2.0

render.PrintMode

render.PrintMode.{|DEFAULT,HTML,PDF|}

N/render Module
render.PrintMode
Enum Description: Holds the string values for supported print output types. Use this enum to set the options.printMode parameter.
Supported Script Types: Server-side scripts For more information, see SuiteScript 2.0 Script Types.
Module: N/render Module
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=render.PrintMode

Example:

// Code Example 1
//Add additional code
//...
printMode: render.PrintMode.HTML
//...
//Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4412215015.html