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.5")

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

 

 

<<