Gets/Sets the flag to indicate whether to open a document as read-only.
Boolean
N/A.
Set oPrinter = CreateObject("easyPDF.Printer.6")
Set oPrintJob = oPrinter.ExcelPrintJob
oPrintJob.ReadOnly = True
oPrintJob.PrintOut "C:\input.xls", "C:\output.pdf"