This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPrintAndExportPageOptions Interface > IPrintAndExportPageOptions.PageRange Property (ArcObjects .NET 10.5 SDK) |
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