Previous Document Next Document
PDFVBASettings.FountainSteps

Property FountainSteps As Long

Member of PDFVBASettings

The FountainSteps property sets the number of steps to use when banding fountain fills.

The following code 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 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.