Gets or sets whether to save or restore the PrintStyle Layer property.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PrintStyle As System.Boolean |
C# | |
---|
System.bool PrintStyle {get; set;} |
JavaScript | |
---|
get_PrintStyle () : Boolean
put_PrintStyle (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_PrintStyle(
VARIANT_BOOL* Val
)
HRESULT put_PrintStyle(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_PrintStyle (
bool* Val
)
DSRESULT put_PrintStyle(
bool NewVal
) |
Property Value
True to save or restore the PrintStyle Layer property, false to not
Example
See Also
Availability
DraftSight 2018 SP0