PdfImageContentSave(String) Method |
Saves the image content to a file with the specified path. Path must include file extension.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.1.20
Syntaxpublic void Save(
string path
)
Public Sub Save (
path As String
)
Parameters
- path String
- The path to which to save the image content.
Exceptions
Remarks
File extension that is extracted from the
path is used to create the appropriate
ImageSaveOptions class instance that is then passed to the
Save(String, ImageSaveOptions) method.
Following file extensions are supported:
- Portable Network Graphics: .png
- Joint Photographic Experts Group: .jpeg, .jpg
- Bitmap: .bmp
- Tagged Image File Format: .tiff, .tif
- Graphics Interchange Format : .gif
See Also