PDFView4NET WPF Edition
Load Method (PDFFileAttachment)




O2S.Components.PDFView4NET Namespace > PDFFileAttachment Class : Load Method
Loads the file attachment content from the PDF file.
Syntax
'Declaration
 
Public Sub Load() 
'Usage
 
Dim instance As PDFFileAttachment
 
instance.Load()
public void Load()
public: void Load(); 
public:
void Load(); 
Remarks
Use this method to load the file attachment content if the delayed load option has been set to true on 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

PDFFileAttachment Class
PDFFileAttachment Members