 | PdfDocumentAttachments Property |
Gets the collection of attachments found in the PDF document.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
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
Type:
PdfAttachmentCollection
See Also