Click or drag to resize

PdfImageContentSave(Stream, ImageSaveOptions) Method

Saves the image content in the specified stream.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public void Save(
	Stream stream,
	ImageSaveOptions options
)

Parameters

stream  Stream
The stream in which to save the image content.
options  ImageSaveOptions
The saving options which can be used to define settings for save operation.
See Also