ArcObjects Library Reference (Output)  

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(
  BSTR range
);
[C++]

Parameters

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

Product Availability

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

See Also

IPrintAndExportPageOptions Interface