This property sets whether or not white is displayed as black and black is displayed as white in DXF images. The index can range from 0 to 99.
[Visual Basic] Public Property DXFBlack As
Boolean
[C#] public bool DXFBlack {get; set;}
Property Value
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.
To use this property, you must have the appropriate ImageKit7
Dll files.
See Also
ImageKit.Layer Members | Newtone.ImageKit.Win.ImageKit