PageLabelGetLabelTitle Method |
Gets full tittle of the page label
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetLabelTitle(
int page_num
)
Public Function GetLabelTitle (
page_num As Integer
) As String
public:
virtual String^ GetLabelTitle(
[InAttribute] int page_num
) sealed
function GetLabelTitle(page_num);
Parameters
- page_num
- Type: SystemInt32
page number
Return Value
Type:
String the full label title that is in effect for the given page. If there is no label object in effect, this method returns an empty string.
See Also