Click or drag to resize

GM_PDFExportFlags_t32 Enumeration

This enumeration lists various flags for a PDF export

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public enum GM_PDFExportFlags_t32
Members
  Member nameValueDescription
PDF_FillPage1Expand export bounds to fill page
PDF_Landscape2Use landscape orientation
PDF_UseFilenamesForLayers4Use name of file features are from for layer names instead of feature type name
PDF_BorderStyleValid8Use border style settings
PDF_HideProgress16Disable progress display during export
PDF_NoJPGCompression32Don't use JPG compression for images
See Also