PdfImageCollectionIndexOf Method |
Returns the index of the specified PdfImage.
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 int IndexOf(
PdfImage image
)
Public Function IndexOf (
image As PdfImage
) As Integer
Parameters
- image
- Type: Atalasoft.Imaging.Codec.PdfPdfImage
The PdfImage to search for.
Return Value
Type:
Int32
Returns the zero based index of the collection, or -1 if the item doesn't
exist.
See Also