This document is archived and information here might be outdated.  Recommended version.


IExportPDF2.ExportMeasureInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportPDF2 Interface > IExportPDF2.ExportMeasureInfo Property
ArcGIS Developer Help

IExportPDF2.ExportMeasureInfo Property

Indicates whether geographic coordinate and measurement information is exported.

[Visual Basic .NET]
Public Property ExportMeasureInfo As Boolean
[C#]
public bool ExportMeasureInfo {get; set;}
[C++]
HRESULT get_ExportMeasureInfo(
  VARIANT_BOOL pbMeasureInformation
);
[C++]
HRESULT put_ExportMeasureInfo(
  Boolean* pbMeasureInformation
);
[C++]
Parameters
pbMeasureInformation [in]

pbMeasureInformation is a parameter of type bool pbMeasureInformation [out, retval]
pbMeasureInformation is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Recent versions of Adobe Acrobat and Adobe Reader allow for encoding of map coordinate system and georeference information inside the PDF file. Exporting a map with the ExportMeasureInfo  property set to True will record map georeference information inside the PDF. When the georeferenced PDF is opened in a compatible viewer, such as Adobe Reader 9, the user can access geospatial functions such as coordinate readout and find XY.


With the 9.3 PDF patch installed, the default value of this property is True.  The patch is available for public download: "ArcGIS (Desktop, Engine, Server) 9.3 Map Export Patch to support Adobe Acrobat 9 PDF"

See Also

IExportPDF2 Interface