PageCollectionContains Method |
Indicates if the collection contains specified page.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public bool Contains(
PdfPage pdfPage
)
Public Function Contains (
pdfPage As PdfPage
) As Boolean
Parameters
- pdfPage
- Type: ExpertPdf.PdfCreatorPdfPage
The PDF page to search.
Return Value
Type:
BooleanTrue if the collection contains specified page.
See Also