Previous Document Next Document

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


PDFVBASettings.FountainSteps

Property FountainSteps As Long

Description

Member of PDFVBASettings

The FountainSteps property sets the number of steps to use when banding fountain fills in a PDF document.

VBA example

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.