ReadOnly Property

Gets/Sets the flag to indicate whether to open a document as read-only.

Type

Boolean

Remarks

N/A.

Example Usage

Set oPrinter = CreateObject("easyPDF.Printer.6")

Set oPrintJob = oPrinter.ExcelPrintJob
oPrintJob.ReadOnly = True
oPrintJob.PrintOut "C:\input.xls", "C:\output.pdf"