PDFView4NET WPF Edition
Save(String) Method




O2S.Components.PDFView4NET.Annotations Namespace > PDFFileAttachmentAnnotation Class > Save Method : Save(String) Method
Physical path where the embedded file should be saved.
Saves the content of the embedded file to the specified file.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As PDFFileAttachmentAnnotation
Dim fileName As String
 
instance.Save(fileName)
public void Save( 
   string fileName
)
public: void Save( 
   string* fileName
) 
public:
void Save( 
   String^ fileName
) 

Parameters

fileName
Physical path where the embedded file should be saved.
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

PDFFileAttachmentAnnotation Class
PDFFileAttachmentAnnotation Members
Overload List