File format to save another

Namespace: Spire.DocViewer.Forms
Assembly: Spire.DocViewer.Forms (in Spire.DocViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.4020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool SaveAs(
	string fileName,
	FileFormat fileFormat
)
Public Function SaveAs ( 
	fileName As String,
	fileFormat As FileFormat
) As Boolean
public:
bool SaveAs(
	String^ fileName, 
	FileFormat fileFormat
)
member SaveAs : 
        fileName : string * 
        fileFormat : FileFormat -> bool 

Parameters

fileName
String
fileFormat
FileFormat

Return Value

Boolean

See Also