![]() |
![]() |
PrintTrapping.StepLimit
Property StepLimit As Long
Member of PrintTrapping
The StepLimit property sets the threshold between color variations for print trapping.
The following code example displays the values of properties that represent the thresholds of print trapping:
Sub Test() Dim s As String With ActiveDocument.PrintSettings.Trapping s = "Black Color Limit: " & .BlackColorLimit & vbCr s = s & "Black Density Limit: " & .BlackDensityLimit & vbCr s = s & "Sliding Trap Limit: " & .SlidingTrapLimit & vbCr s = s & "Step Limit: " & .StepLimit End With MsgBox s End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.