Previous Document Next Document

Object Model Reference : Classes : P : PrintTrapping : Properties : PrintTrapping.ColorScaling


PrintTrapping.ColorScaling

Property ColorScaling As Long

Description

Member of PrintTrapping

The ColorScaling property sets the amount by which the ink color in a trap decreases.

VBA example

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.