 | PdfLabelingRangesContainsPage Method |
Determines whether the
PdfLabelingRanges contains a label for the specified page index.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool ContainsPage(
int page
)
Public Function ContainsPage (
page As Integer
) As Boolean
public:
bool ContainsPage(
int page
)
member ContainsPage :
page : int -> bool public boolean ContainsPage(
int page
)
function ContainsPage(page);
Parameters
- page Int32
- The page index to locate in the PdfLabelingRanges.
Return Value
Booleantrue if the
PdfLabelingRanges contains a label for the
page; otherwise, false.
See Also