dsViewportShadePrintStyle_e Enumeration Send Feedback
See Also 
Types of shaded view print options for Viewports.

Syntax

Visual Basic 
Public Enum dsViewportShadePrintStyle_e 
   Inherits System.Enum
C# 
public enum dsViewportShadePrintStyle_e : System.Enum 
JavaScript 
dsViewportShadePrintStyle_e : String
COM native C++ 
enum dsViewportShadePrintStyle_e
C++ 
enum dsViewportShadePrintStyle_e

Members

MemberDescription
dsViewportShadePrintStyle_AsDisplayed0
dsViewportShadePrintStyle_Hidden2
dsViewportShadePrintStyle_Rendered3
dsViewportShadePrintStyle_Wireframe1

See Also