Save document to the provided output stream in specified file format using template presentation.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Save(
	ExportType exportType,
	Stream templateDocument,
	Stream outputStream
)
Visual Basic
Public Sub Save ( _
	exportType As ExportType, _
	templateDocument As Stream, _
	outputStream As Stream _
)
Visual C++
public:
void Save(
	ExportType exportType, 
	Stream^ templateDocument, 
	Stream^ outputStream
)

Parameters

exportType
Type: Arctorus.Documents..::..ExportType
document format.
templateDocument
Type: System.IO..::..Stream
input stream with template document.
outputStream
Type: System.IO..::..Stream
output stream.

See Also