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