Click or drag to resize

DocumentPageSave(Stream, SaveOptions) Method

Saves the document page in the specified stream.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntax
public void Save(
	Stream stream,
	SaveOptions options
)

Parameters

stream  Stream
The stream in which to save the document page.
options  SaveOptions
The saving options which can be used to define settings for save operation.
See Also