|
PdfPageCollectionContains Method
|
Indicates if the collection contains the specified page.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic bool Contains(
PdfPage pdfPage
)
Public Function Contains (
pdfPage As PdfPage
) As Boolean
Parameters
- pdfPage PdfPage
- The specified pdf page.
Return Value
BooleanTrue if the collection contains the specified page.
See Also