Object Model Reference : Classes : A : ActiveView : Properties : ActiveView.Type |
Property Type As cdrViewType
Member of ActiveView
The Type property returns or specifies the active view quality in CorelDRAW. A view quality lets you choose how CorelDRAW displays a drawing on the screen. If you have a fast computer or want to approximate how a drawing looks when printed, use the Normal or Enhanced view. If you have a slower computer or want to speed up the refresh rate of a complex drawing, you may find the Simple Wireframe or Wireframe view to be the most effective.
The following VBA example sets the view type of the current window equal to a value that represents the Enhanced view.
Sub DocumentType() |
ActiveView.Type = cdrEnhancedView |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.