| 
Document
SaveToFile Method (String, FileFormat, String, String)
  | 
 Saves document to file and digitally sign, Only DOC and DOCX are supported.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public void SaveToFile(
	string fileName,
	FileFormat fileFormat,
	string certificatePath,
	string securePassword
)
 
Public Sub SaveToFile ( 
	fileName As String,
	fileFormat As FileFormat,
	certificatePath As String,
	securePassword As String
)
 
public:
void SaveToFile(
	String^ fileName, 
	FileFormat fileFormat, 
	String^ certificatePath, 
	String^ securePassword
)
 
member SaveToFile : 
fileName : string * 
fileFormat : FileFormat * 
certificatePath : string * 
securePassword : string -> unit 
 
 
 
Parameters
 
- 
fileName
 
- 
 Type:
 
System
String
 
 
- 
fileFormat
 
- 
 Type:
 
Spire.Doc
FileFormat
 
 The file format.
- 
certificatePath
 
- 
 Type:
 
System
String
 
 Path to the file certificate
- 
securePassword
 
- 
 Type:
 
System
String
 
 Password of the certificate.
 
 See Also
See Also