Skip to main content

printSizeEx

Same as RxCore.printEx but takes an additional parameter to specify the paper size in mm.

Syntax

RxCore.printSizeEx(PrintPgURL, PaperSize)

Parameters

  • PrintPgURL: string — URL to an HTML page that is used to print content from RxView360.
  • PaperSize: object — Paper size object with properties {width: number, height: number}. Use values in mm.

Returns

  • NA — This method does not return a value.