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


IPrintAndExportPageOptions.OutputSelection Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

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 [out, retval]
pOption is a parameter of type esriOutputSelection pOption [in]
pOption is a parameter of type esriOutputSelection

Product Availability

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

See Also

IPrintAndExportPageOptions Interface