Class PdfAttachment
Pdf document file attachment
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public class PdfAttachment : PdfClientAccessor
Properties
Data
Raw attachment data
Declaration
public byte[] Data { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] |
Index
Attachment index within the pdf document
Declaration
public int Index { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Attachment name as specified within the pdf document
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |