PdfImageLoader.Load

PdfImageLoader.Load method

Loads an image from the specified stream container.

public Image Load(StreamContainer streamContainer, LoadOptions loadOptions)
ParameterTypeDescription
streamContainerStreamContainerThe stream container.
loadOptionsLoadOptionsThe load options.

Return Value

Aspose.Imaging.Image

See Also