![]() |
![]() |
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
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.