PdfPageLabels
GetPageLabel Method
|
Get page label.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string GetPageLabel(
int index
)
Public Function GetPageLabel (
index As Integer
) As String
public:
String^ GetPageLabel(
int index
)
member GetPageLabel :
index : int -> string
Parameters
-
index
-
Type:
System
Int32
The page index.
Return Value
Type:
String
The page label.
See Also