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


IPrintAndExportPageOptions.PageRange 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.PageRange Property
ArcGIS Developer Help

IPrintAndExportPageOptions.PageRange Property

Specify range or query string when OutputSelection is set to range or query.

[Visual Basic .NET]
Public Property PageRange As String
[C#]
public string PageRange {get; set;}
[C++]
HRESULT get_PageRange(
  BSTR range
);
[C++]
HRESULT put_PageRange(
  System.String* range
);
[C++]
Parameters
range [in]

range is a parameter of type BSTR range [out, retval]
range is a parameter of type BSTR*

Product Availability

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

See Also

IPrintAndExportPageOptions Interface