Previous Document Next Document

Object Model Reference : Classes : P : PDFVBASettings : Properties : PDFVBASettings.pdfVersion


PDFVBASettings.pdfVersion

Property pdfVersion As pdfVersion

Description

Member of PDFVBASettings

The pdfVersion property optimizes a PDF document for the specified version.

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.