UseAssignedPrintStyle Property (IPrintManager) Send Feedback
See Also 
Gets or sets whether PrintStyles applied to Layers and entities are printed.

Syntax

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

Property Value

True to print PrintStyles applied to Layers and entities, false to print entities in the LineWeights assigned in the Layers

See Also

Availability

DraftSight V1R1.1