Click or drag to resize

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; }

Parameters

index
Type: System Int32
Index of the attachment.

Return Value

Type: PdfAttachment
Attachment object by its index in the collection.
See Also