ShadePrintStyle Property (IViewport) Send Feedback
See Also 
Gets or sets the shaded view print style of the Viewport.

Syntax

Visual Basic 
Property ShadePrintStyle As dsViewportShadePrintStyle_e
C# 
dsViewportShadePrintStyle_e ShadePrintStyle {get; set;}
JavaScript 
get_ShadePrintStyle () : String
put_ShadePrintStyle (
   NewVal : String
)
COM native C++ 
HRESULT get_ShadePrintStyle(
   dsViewportShadePrintStyle_e* Val
) 
HRESULT put_ShadePrintStyle( 
   dsViewportShadePrintStyle_e NewVal
C++ 
DSRESULT get_ShadePrintStyle (
   dsViewportShadePrintStyle_e* Val
)
DSRESULT put_ShadePrintStyle(
   dsViewportShadePrintStyle_e NewVal
)

Property Value

Shaded view print style as defined in dsViewportShadePrintStyle_e

See Also

Availability

DraftSight V1R3.0