Object Model Reference : Classes : P : PDFVBASettings : Properties : PDFVBASettings.EPSAs |
Property EPSAs As pdfEPSAs
Member of PDFVBASettings
The EPSAs property determines how embedded EPS files are published to PDF.
The following VBA example publishes the document to PDF and specifies that only previews of EPS art are published.
Sub Test() |
ActiveDocument.PDFSettings.EPSAs = pdfPreview |
ActiveDocument.PublishToPDF "C:\MyDocument.pdf" |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.