Previous Document Next Document
PDFVBASettings.EPSAs

Property EPSAs As pdfEPSAs

Member of PDFVBASettings

The EPSAs property determines how embedded EPS files are published to PDF.

The following code 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 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.