DocumentViewerPrintOptionsPageRange Property
Note: This API is now obsolete.
Gets or sets a value that specifies the page numbers (eg. "1-5, 8, 11-13") to print.
This property can be useful especially when
SkipDialog is set to true and you need to restrict user to print
only specific pages.
The default is "" which means all pages.
Namespace: GleamTech.DocumentUltimate.AspNet.UIAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
[ObsoleteAttribute("PageRange is deprecated, as it's no longer useful.")]
public string PageRange { get; set; }
<ObsoleteAttribute("PageRange is deprecated, as it's no longer useful.")>
Public Property PageRange As String
Get
Set
Property Value
String