DocumentViewerPrintOptions.PageRange Property
Definition
- Namespace
- GleamTech.DocumentUltimate.AspNet.UI
- Assembly
- GleamTech.DocumentUltimate.dll
Obsolete
PageRange is deprecated, as it's no longer useful.
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.
[Obsolete("PageRange is deprecated, as it's no longer useful.")]
[JsonIgnore]
public string PageRange { get; set; }