Exported attachment data to file

Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void SaveAS(
	string filePath
)
Public Sub SaveAS ( 
	filePath As String
)
public:
void SaveAS(
	String^ filePath
)
member SaveAS : 
        filePath : string -> unit 

Parameters

filePath
String

See Also