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


IPrintAndExportPageOptions.OutputSelection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPrintAndExportPageOptions Interface > IPrintAndExportPageOptions.OutputSelection Property
ArcGIS Developer Help

IPrintAndExportPageOptions.OutputSelection Property

Specify which pages to output.

[Visual Basic .NET]
Public Property OutputSelection As esriOutputSelection
[C#]
public esriOutputSelection OutputSelection {get; set;}
[C++]
HRESULT get_OutputSelection(
  esriOutputSelection pOption
);
[C++]
HRESULT put_OutputSelection(
  esriOutputSelection* pOption
);
[C++]
Parameters
pOption [in]

pOption is a parameter of type esriOutputSelection pOption [out, retval]
pOption is a parameter of type esriOutputSelection*

Product Availability

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

See Also

IPrintAndExportPageOptions Interface