Click or drag to resize

PdfWebControlLiteDisablePageLabels Property

Gets or sets a value indicating whether page labels embedded in the PDF file should be used instead of the default "# of #" format for page labels in a PdfWebControlLite instance.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool DisablePageLabels { get; set; }

Property Value

Type: Boolean
true if the page labels should be disabled; otherwise false the page labels are enabled and shown for navigation / thumbnails. The default is false.
Remarks

At this time, RAD PDF does not support editing page labels.

See Also