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


IPrintAndExportPageOptions.PageRange Property (ArcObjects .NET 10.6 SDK)
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(
  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