| PdfDocumentAttachments Property |
Gets the collection of attachments found in the PDF document.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public 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
PdfAttachmentCollectionSee Also