PDFView4NET WinForms Edition
FileAttachments Property




O2S.Components.PDFView4NET Namespace > PDFDocument Class : FileAttachments Property
Gets the list of file attachments in the PDF document.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property FileAttachments As PDFFileAttachmentCollection
'Usage
 
Dim instance As PDFDocument
Dim value As PDFFileAttachmentCollection
 
value = instance.FileAttachments
[Browsable(false)]
public PDFFileAttachmentCollection FileAttachments {get;}
[Browsable(false)]
public: __property PDFFileAttachmentCollection* get_FileAttachments();
[Browsable(false)]
public:
property PDFFileAttachmentCollection^ FileAttachments {
   PDFFileAttachmentCollection^ get();
}

Property Value

The list of files embedded in the document.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocument Class
PDFDocument Members