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


IPrintAndExport.ExportPages Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPrintAndExport Interface > IPrintAndExport.ExportPages Method
ArcGIS Developer Help

IPrintAndExport.ExportPages Method

Export the specified pages.

[Visual Basic .NET]
Public Sub ExportPages ( _
    ByVal pActiveView As IActiveView, _
    ByVal pPDFExport As IExportPDF, _
    ByVal options As IPrintAndExportPageOptions, _
    ByVal Resolution As Double, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void ExportPages (
    IActiveView pActiveView,
    IExportPDF pPDFExport,
    IPrintAndExportPageOptions options,
    double Resolution,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT ExportPages(
  IActiveView* pActiveView,
  IExportPDF* pPDFExport,
  IPrintAndExportPageOptions* options,
  double Resolution,
  ITrackCancel* pTrackCancel
);
[C++]
Parameters
pActiveView [in]

pActiveView is a parameter of type IActiveView* pPDFExport [in]
pPDFExport is a parameter of type IExportPDF* options [in]
options is a parameter of type IPrintAndExportPageOptions* Resolution [in]
Resolution is a parameter of type double pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*

Product Availability

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

See Also

IPrintAndExport Interface