Global Mapper SDK
| GM_PDFExportFlags_t32 Enumeration |
This enumeration lists various flags for a PDF export
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
Copy
public enum GM_PDFExportFlags_t32| Member name | Value | Description | |
|---|---|---|---|
| PDF_FillPage | 1 | Expand export bounds to fill page | |
| PDF_Landscape | 2 | Use landscape orientation | |
| PDF_UseFilenamesForLayers | 4 | Use name of file features are from for layer names instead of feature type name | |
| PDF_BorderStyleValid | 8 | Use border style settings | |
| PDF_HideProgress | 16 | Disable progress display during export | |
| PDF_NoJPGCompression | 32 | Don't use JPG compression for images | |
| PDF_DontIncludeMapLayout | 64 | Don't include map layout elements like distance scale, elevation legend, etc. |
Comments
0 comments
Please sign in to leave a comment.