PdfImageContentSave(String, ImageSaveOptions) Method |
Saves the image content to a file with the specified path.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntaxpublic void Save(
string path,
ImageSaveOptions options
)
Public Sub Save (
path As String,
options As ImageSaveOptions
)
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