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
)
Public Function SaveAs ( 
	fileName As String
) As Boolean
public:
bool SaveAs(
	String^ fileName
)
member SaveAs : 
        fileName : string -> bool 

Parameters

fileName
String

Return Value

Boolean

See Also