Object Model Reference : Classes : P : PDFVBASettings : Properties : PDFVBASettings.FountainSteps |
Property FountainSteps As Long
Member of PDFVBASettings
The FountainSteps property sets the number of steps to use when banding fountain fills in a PDF document.
The following VBA example publishes the active document to PDF and applies 100 steps to fountain fills.
Sub Test() |
ActiveDocument.PDFSettings.FountainSteps = 100 |
ActiveDocument.PublishToPDF "C:\MyDocument.pdf" |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.