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.48.0.0 (3.48.0.0)
Syntax public bool DisablePageLabels { get; set; }
Public Property DisablePageLabels As Boolean
Get
Set
Property Value
Type:
Booleantrue 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