Previous Document Next Document
PDFVBASettings.pdfVersion

Property pdfVersion As pdfVersion

Member of PDFVBASettings

The pdfVersion property optimizes the PDF for the specified version.

The following code example publishes the active document to the PDF/X-1 format:

Sub Test() 
 ActiveDocument.PDFSettings.pdfVersion = pdfVersionPDFX1 
 ActiveDocument.PublishToPDF "C:\MyDocument.pdf" 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.