Previous Document Next Document

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


PDFVBASettings.CompressText

Property CompressText As Boolean

Description

Member of PDFVBASettings

The CompressText property determines whether to compress the text and line art in a PDF document.

VBA example
VBA example

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.