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