Previous Document Next Document

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


PDFVBASettings.Linearize

Property Linearize As Boolean

Description

Member of PDFVBASettings

The Linearize property determines whether to optimize a PDF document for the Web.

VBA example

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.