printPaper

Set the paper size/type ID for printing.
[read/write property] printPaper([out, retval] int *paperID) printPaper([in] int paperID)
This property sets the paper size/type ID for printing.

See getPrinterPaperID for more information on paper size IDs.

Note: Some printer drivers may require both the bin ID and paper ID to be set, to compatible values (i.e., the requested bin must contain the requested paper size) - see printBin.

VB:
paperID = viewer.getPrinterPaperID(...) viewer.printPaper = paperID
getNumPrinterPapers
getPrinterPaperID
getPrinterPaperName
printBin