This property sets whether or not white is displayed as black and black is displayed as white in DXF images
[Visual
Basic] imagekitcontrolname.Layer(Index).DXFBlack
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetLayer(Index).GetDXFBlack()
imagekitcontrolname.GetLayer(Index).SetDXFBlack(BOOL Val)
imagekitcontrolname.GetLayer(Index).SetDXFBlack(BOOL Val)
* The index can range from 0 to 99
Reference
Value | Explanation |
---|---|
True | Black is displayed as white and white is displayed as black in DXF images (default) |
False | The DXF images is displayed as normal |
Explanation
The DXFBlack property sets whether or not white is displayed as black and black is displayed as white in DXF images. The default value is True. When this property is true, black and white are exchanged when the DXF image is displayed. This is useful when white lines are draw in DXF data. If they are displayed normally on a white display control then the white lines will not appear.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.