Namespace: Spire.Compression.Zip
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Save(
	string outputFileName,
	bool createFilePath
)
Public Sub Save ( 
	outputFileName As String,
	createFilePath As Boolean
)
public:
void Save(
	String^ outputFileName, 
	bool createFilePath
)
member Save : 
        outputFileName : string * 
        createFilePath : bool -> unit 

Parameters

outputFileName
String
createFilePath
Boolean

See Also