Gets or sets whether the Layer can be printed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Printable As System.Boolean |
C# | |
---|
System.bool Printable {get; set;} |
JavaScript | |
---|
Printable : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_Printable(
VARIANT_BOOL
NewVal
)
C++ | |
---|
property System.bool Printable { bool* Val
)
DSRESULTput_Printable(
bool NewVal
} |
Property Value
True if the Layer can be printed, false if not