Object Model Reference : Classes : P : PDFVBASettings : Properties : PDFVBASettings.Linearize |
Property Linearize As Boolean
Member of PDFVBASettings
The Linearize property determines whether to optimize a PDF document for the Web.
The following VBA 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 |
Copyright 2013 Corel Corporation. All rights reserved.