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.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
[ObsoleteAttribute("PageRange is deprecated, as it's no longer useful.")]
public string PageRange { get; set; }

Property Value

String

See Also