PrintSheetLast Property (IPrintManager) Send Feedback
See Also 
Gets or sets whether to print first the geometry of the model in Viewports or the geometry of the Sheet in the graphics area.

Syntax

Visual Basic 
Property PrintSheetLast As System.Boolean
C# 
System.bool PrintSheetLast {get; set;}
JavaScript 
get_PrintSheetLast () : Boolean
put_PrintSheetLast (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_PrintSheetLast(
   VARIANT_BOOL* Val
) 
HRESULT put_PrintSheetLast( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_PrintSheetLast (
   bool* Val
)
DSRESULT put_PrintSheetLast(
   bool NewVal
)

Property Value

True to print first the geometry of the model in Viewports, false to print first the geometry of the Sheet in the graphics area

Remarks

This property is only available when the working space is a Sheet.

See Also

Availability

DraftSight V1R1.1