Object Model Reference : Classes : P : PrintTrapping : Properties : PrintTrapping.ColorScaling |
Property ColorScaling As Long
Member of PrintTrapping
The ColorScaling property sets the amount by which the ink color in a trap decreases.
The following VBA example displays the current value for color scaling.
Sub Test() |
With ActiveDocument.PrintSettings.Trapping |
MsgBox "The current value for color scaling is: " & .ColorScaling |
End With |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.