![]() |
![]() |
PrintSettings.Options
Property Options As PrintOptions
Member of PrintSettings
The Options property returns a PrintOptions object.
The Options property returns a read-only value.
The following example returns a reference to the PrintOptions object and displays the current color mode.
Sub Test() Dim DrawPrnOptions As PrintOptions Set DrawPrnOptions = ActiveDocument.PrintSettings.Options With DrawPrnOptions MsgBox "The current color mode is " & .ColorMode End With End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.