Object Model Reference : Classes : P : PrintSeparations : Properties : PrintSeparations.AutoSpreadFixed |
Property AutoSpreadFixed As Boolean
Member of PrintSeparations
The AutoSpreadFixed property returns or specifies outlines of equal width for auto-spreading.
The following VBA 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 2013 Corel Corporation. All rights reserved.