PdfPageBase
PageLabel Property
|
Get the page label.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string PageLabel { get; }
Public ReadOnly Property PageLabel As String
Get
public:
property String^ PageLabel {
String^ get ();
}
member PageLabel : string with get
Property Value
Type:
String
See Also