Previous Document Next Document

Object Model Reference : Classes : P : PrintSeparations : Properties : PrintSeparations.AutoSpreadFixed


PrintSeparations.AutoSpreadFixed

Property AutoSpreadFixed As Boolean

Description

Member of PrintSeparations

The AutoSpreadFixed property returns or specifies outlines of equal width for auto-spreading.

VBA example

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.