DocumentPageSave(Stream, SaveOptions) Method |
Saves the document page in the specified stream.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic void Save(
Stream stream,
SaveOptions options
)
Public Sub Save (
stream As Stream,
options As SaveOptions
)
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