Previous Document Next Document
PDFVBASettings.Linearize

Property Linearize As Boolean

Member of PDFVBASettings

The Linearize property determines whether the PDF should be optimized for the Web.

The following code example optimizes the active document for the Web and publishes it to PDF:

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

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.