Click or drag to resize

PdfImageLoad(Stream, ImageLoadOptions) Method

Loads a PdfImage from the specified stream and with the specified options.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public static PdfImage Load(
	Stream stream,
	ImageLoadOptions options
)

Parameters

stream  Stream
The stream from which to load a PdfImage.
options  ImageLoadOptions
The options used for loading a PdfImage from the specified stream.

Return Value

PdfImage
A loaded PdfImage.
See Also