Gets or sets the page label.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocument.PageLabels.")]
public PdfPageNumber PageNumber { get; set; }
<ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocument.PageLabels.")> 
Public Property PageNumber As PdfPageNumber
	Get
	Set
public:
[ObsoleteAttribute(L"This property may be removed in the future,please use the property of PdfDocument.PageLabels.")]
property PdfPageNumber^ PageNumber {
	PdfPageNumber^ get ();
	void set (PdfPageNumber^ value);
}
[<ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocument.PageLabels.")>]
member PageNumber : PdfPageNumber with get, set

Property Value

PdfPageNumber

See Also