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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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