Object Model Reference : Classes : P : PDFVBASettings : Properties : PDFVBASettings.CompressText |
Property CompressText As Boolean
Member of PDFVBASettings
The CompressText property determines whether to compress the text and line art in a PDF document.
The following VBA 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 |
Copyright 2013 Corel Corporation. All rights reserved.