This enumeration represents export color
policy. It determines how colors form an original drawing are
exported to .pdf file.
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
Public Enumeration ColorPolicy
public enum class ColorPolicy
Members
| Member name |
Value |
Description |
| NoPolicy |
0 |
No color policy. A drawing is exported with its native color
palette (as is). |
| Mono |
1 |
Drawing is exported to a monochrome .pdf file. |
| Grayscale |
2 |
Drawing is exported to a grayscale .pdf file. Native colors are
converted into grayscale. |
See Also