Configuring print PDF page sizes
Page size options for ASV and the MR and OTS edit screens can be configured in Config mode. This configuration is done in the ASV_PRINT_PAGE_SIZE field for ASV or the MR_OTS_PRINT_PAGE_SIZE field for the MR and OTS edit screens.
The list of options is specified in these parameters in Field Parameters:
- The
valueList
parameter includes the list of page size options that are available. Each option is separated by a comma. - The
labelList
parameter includes the labels for each option that are displayed to users. Each label is separated by a comma and corresponds with the value in the same position in thevalueList
parameter.
This example configuration gives users the page size options Letter,
Tabloid, and
A4:
valueList="LETTER,LEDGER,A4" labelList="Letter, Tabloid, A4"
The default page size is specified in the Default field using the corresponding page size value from the
valueList
parameter.
For a list of supported page sizes, see Supported print PDF page sizes.