Gets or sets the custom bitmap resolution.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CustomBitmapResolution As System.Double |
C# | |
---|
System.double CustomBitmapResolution {get; set;} |
JavaScript | |
---|
get_CustomBitmapResolution () : Number
put_CustomBitmapResolution (
NewVal : Number
)
|
COM native C++ | |
---|
HRESULT get_CustomBitmapResolution(
DOUBLE* Val
)
HRESULT put_CustomBitmapResolution(
DOUBLE NewVal |
C++ | |
---|
DSRESULT get_CustomBitmapResolution (
double* Val
)
DSRESULT put_CustomBitmapResolution(
double NewVal
) |
Property Value
Custom bitmap resolution; default is 150 dpi
Example
Remarks
See Also
Availability
DraftSight 2018 SP0