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(
	Stream stream,
	FileFormat fileformat
)
Public Function SaveAs ( 
	stream As Stream,
	fileformat As FileFormat
) As Boolean
public:
bool SaveAs(
	Stream^ stream, 
	FileFormat fileformat
)
member SaveAs : 
        stream : Stream * 
        fileformat : FileFormat -> bool 

Parameters

stream
Stream
fileformat
FileFormat

Return Value

Boolean

See Also