PdfAttachmentCollection
Item Property
|
Gets attachment by its index in the collection.
Namespace:
Spire.Pdf.Attachments
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
System
Int32
Index of the attachment.
Return Value
Type:
PdfAttachment
Attachment object by its index in the collection.
See Also