Get the page label.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string PageLabel { get; }
Public ReadOnly Property PageLabel As String
	Get
public:
property String^ PageLabel {
	String^ get ();
}
member PageLabel : string with get

Property Value

String

See Also