PDFView4NET WinForms Edition


Physical path where the embedded file should be saved.
Save(String) Method
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
)

Parameters

fileName
Physical path where the embedded file should be saved.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also