![]() |
![]() |
PrintOptions.FountainSteps
Property FountainSteps As Long
Member of PrintOptions
The FountainSteps property returns or sets the number of steps to use when printing fountain fills.
The following code example displays the current value for the FountainSteps property, changes the value to 256, and displays the new value:
Sub Test() MsgBox "Fountain fills will print using " & _ ActiveDocument.PrintSettings.Options.FountainSteps & " steps." ActiveDocument.PrintSettings.Options.FountainSteps = 256 MsgBox "Fountain fills will now print using " & _ ActiveDocument.PrintSettings.Options.FountainSteps & " steps." End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.