PdfImageCollectionContains Method |
Returns true if a PdfImage is located in the collection.
Namespace:
Atalasoft.Imaging.Codec.Pdf
Assembly:
Atalasoft.dotImage.Pdf (in Atalasoft.dotImage.Pdf.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic bool Contains(
PdfImage image
)
Public Function Contains (
image As PdfImage
) As Boolean
Parameters
- image
- Type: Atalasoft.Imaging.Codec.PdfPdfImage
The PdfImage to search for.
Return Value
Type:
Boolean
True if the PdfImage exists, otherwise false.
See Also