FixedDocumentSave Method (Stream)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Saves the document into the specified stream.

Namespace:  Apitron.PDF.Kit
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void Save(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf given stream is null.
InvalidOperationExceptionIf a consistency problem is found with the given stream. Exception message will contain the description of the particular problem.
DocumentSaveExceptionIf document saving fails for any other reason.
See Also

Reference