Saves a generated document to a file in C1D format.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public void Save(
	string fileName
)
Visual Basic (Declaration)
Public Sub Save ( _
	fileName As String _
)

Parameters

fileName
Type: System..::.String

See Also