DocumentViewerPrintOptionsPageRange Property

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: 6.9.7
C#
public string PageRange { get; set; }

Property Value

String

See Also