Previous Document Next Document

Object Model Reference : Classes : A : ActiveView : Properties : ActiveView.Type


ActiveView.Type

Property Type As cdrViewType

Description

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.

VBA example

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.