Gets attachment by its index in the collection.
Namespace: Spire.Pdf.AttachmentsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public PdfAttachment this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As PdfAttachment Get
public: property PdfAttachment^ default[int index] { PdfAttachment^ get (int index); }
member Item : PdfAttachment with get
Parameters
- index
- Int32
Index of the attachment.
Return Value
PdfAttachmentAttachment object by its index in the collection.