Gets or sets whether to display this PDF reference.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShowPdf As System.Boolean |
C# | |
---|
System.bool ShowPdf {get; set;} |
JavaScript | |
---|
get_ShowPdf () : Boolean
put_ShowPdf (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_ShowPdf(
VARIANT_BOOL* Val
)
HRESULT put_ShowPdf(
VARIANT_BOOL NewVal |
Property Value
True to display the image, false to hide it
See Also
Availability
DraftSight 2020 SP0