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


IPrintAndExport.Export 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.Export Method
ArcGIS Developer Help

IPrintAndExport.Export Method

Export the specified view.

[Visual Basic .NET]
Public Sub Export ( _
    ByVal pActiveView As IActiveView, _
    ByVal pExport As IExport, _
    ByVal Resolution As Double, _
    ByVal clip2GraphicExtent As Boolean, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void Export (
    IActiveView pActiveView,
    IExport pExport,
    double Resolution,
    bool clip2GraphicExtent,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT Export(
  IActiveView* pActiveView,
  IExport* pExport,
  double Resolution,
  VARIANT_BOOL clip2GraphicExtent,
  ITrackCancel* pTrackCancel
);
[C++]
Parameters
pActiveView [in]

pActiveView is a parameter of type IActiveView* pExport [in]
pExport is a parameter of type IExport* Resolution [in]
Resolution is a parameter of type double clip2GraphicExtent [in]
clip2GraphicExtent is a parameter of type bool pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*

Product Availability

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

See Also

IPrintAndExport Interface

.NET Samples

Export active view