 | PdfDocumentAttachments Property |
Gets the collection of attachments found in the PDF document.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfAttachmentCollection Attachments { get; }Public ReadOnly Property Attachments As PdfAttachmentCollection
Get
public:
property PdfAttachmentCollection^ Attachments {
PdfAttachmentCollection^ get ();
}member Attachments : PdfAttachmentCollection with get
/** @property */
public PdfAttachmentCollection get_Attachments()
function get_Attachments();
Property Value
PdfAttachmentCollection
See Also