 | PdfLabelNumberStyle Property |
Gets or sets the numbering style to be used for the numeric portion of each page label.
Namespace: Patagames.Pdf.Net.WrappersAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic NumberStyle NumberStyle { get; set; }
Public Property NumberStyle As NumberStyle
Get
Set
public:
property NumberStyle NumberStyle {
NumberStyle get ();
void set (NumberStyle value);
}
member NumberStyle : NumberStyle with get, set
/** @property */
public NumberStyle get_NumberStyle()
/** @property */
public void set_NumberStyle(NumberStyle value)
function get_NumberStyle();
function set_NumberStyle(value);
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