Click or drag to resize

PdfLabelNumberStyle Property

Gets or sets the numbering style to be used for the numeric portion of each page label.

Namespace: Patagames.Pdf.Net.Wrappers
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public NumberStyle NumberStyle { get; set; }

Property Value

NumberStyle
Remarks
if None is set, page labels consist solely of a Label prefix with no numeric portion. For example, if the Label property specifies the label prefix "Contents", each page is simply labeled "Contents" with no page number. (If the Label property is also null or empty, the page label is an empty string.)
See Also