PageLabelGetFirstPageNum Method |
Gets the first page num.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetFirstPageNum()
Public Function GetFirstPageNum As Integer
public:
virtual int GetFirstPageNum() sealed
function GetFirstPageNum();
Return Value
Type:
Int32 the first page in the range associated with this label
or -1 if the label is not associated with any page.
See Also