Click or drag to resize

PdfImageLoad(Stream) Method

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

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

Parameters

stream  Stream
The stream from which to load a PdfImage.

Return Value

PdfImage
A loaded PdfImage.
See Also