FixedDocumentSave Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Saves the document using incremental update. Appends changes to the source pdf file.

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()
Exceptions

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

Reference