Gets the collection of document attachments displayed on a PDF page.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public PdfAttachmentCollection Attachments { get; }
Public ReadOnly Property Attachments As PdfAttachmentCollection Get
public: property PdfAttachmentCollection^ Attachments { PdfAttachmentCollection^ get (); }
member Attachments : PdfAttachmentCollection with get