Indicates if the collection contains specified page.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool Contains( PdfPage pdfPage ) |
| Visual Basic |
|---|
Public Function Contains ( pdfPage As PdfPage ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( PdfPage^ pdfPage ) |
Parameters
- pdfPage
- Type: EvoPdf..::..PdfPage
The PDF page to search.
Return Value
Type: BooleanTrue if the collection contains specified page.