| PageCollectionContains Method  | 
 
            Indicates if the collection contains specified page.
            
 
    Namespace: 
   ExpertPdf.PdfCreator
    Assembly:
   epdfcreator (in epdfcreator.dll) Version: 17.0.0
 Syntax
Syntaxpublic 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
See Also