This document is archived and information here might be outdated. Recommended version. |
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*