Click or drag to resize

PdfImageContentSave(String, ImageSaveOptions) Method

Saves the image content to a file with the specified path.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntax
public void Save(
	string path,
	ImageSaveOptions options
)

Parameters

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