PageAddImage Method (String, Stream, Rectangle)
Adds searchable image onto the page and locates it in the middle of specified rectangle saving image's proportion.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void AddImage(
	string hocr,
	Stream imageStream,
	Rectangle imageRect
)

Parameters

hocr
Type: SystemString
The hocr of the image.
imageStream
Type: System.IOStream
The stream of the image.
imageRect
Type: Aspose.PdfRectangle
The position of the image.
See Also