![]() |
![]() |
PrintSeparations.AutoSpreadFixed
Property AutoSpreadFixed As Boolean
Member of PrintSeparations
The AutoSpreadFixed property returns or sets outlines of equal width for auto-spreading.
The following code example displays the current value of the AutoSpreadFixed property:
Sub Test() With ActiveDocument MsgBox "The current value for AutoSpreadFixed is " & _ .PrintSettings.Separations.AutoSpreadFixed End With End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.