ExportHatchesType Enumeration
|
This enumeration represents hatches export
type.
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public enum ExportHatchesType
Public Enumeration ExportHatchesType
public enum class ExportHatchesType
Members
| Member name |
Value |
Description |
| Bitmap |
0 |
Exports hatch as a bitmap. |
| Drawing |
1 |
Exports hatch as a set of triangles (vectorizer). |
| PdfPaths |
2 |
Exports hatch as a PDF path (solid hatches only). |
See Also