PdfAttachmentCollection
IndexOf Method
|
Indexes the of attachment.
Namespace:
Spire.Pdf.Attachments
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int IndexOf(
PdfAttachment attachment
)
Public Function IndexOf (
attachment As PdfAttachment
) As Integer
public:
int IndexOf(
PdfAttachment^ attachment
)
member IndexOf :
attachment : PdfAttachment -> int
Parameters
-
attachment
-
Type:
Spire.Pdf.Attachments
PdfAttachment
The attachment.
Return Value
Type:
Int32
See Also