Gets or sets whether to enable layers in PDF.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property EnableLayersInPDFFile As System.Boolean |
C# | |
---|
System.bool EnableLayersInPDFFile {get; set;} |
JavaScript | |
---|
get_EnableLayersInPDFFile () : Boolean
put_EnableLayersInPDFFile (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_EnableLayersInPDFFile(
VARIANT_BOOL* Val
)
HRESULT put_EnableLayersInPDFFile(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_EnableLayersInPDFFile (
bool* Val
)
DSRESULT put_EnableLayersInPDFFile(
bool NewVal
) |
Property Value
True (default) to enable layers in PDF, false to not
Example
See Also
Availability
DraftSight 2018 SP0