Previous Document Next Document
PDFVBASettings.CompressText

Property CompressText As Boolean

Member of PDFVBASettings

The CompressText property determines whether to compress text and line art when publishing to PDF.

The following example compresses text and line art when publishing the active document to PDF:

Sub Test() 
 With ActiveDocument 
  .PDFSettings.CompressText = True 
  .PublishToPDF "C:\MyDocument.pdf" 
  With 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.