Indexes the of attachment.
Namespace: Spire.Pdf.AttachmentsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
- PdfAttachment
The attachment.