Click or drag to resize

PdfPageRenderEx Method

Render contents in a page to a device-independent bitmap specified by a coordinate pair, a width, and a height.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void RenderEx(
	PdfBitmap bitmap,
	int x,
	int y,
	int width,
	int height,
	PageRotate rotate,
	RenderFlags flags
)

Parameters

bitmap  PdfBitmap
Instance of PdfBitmap class.
x  Int32
Left pixel position of the display area in the device coordinate
y  Int32
Top pixel position of the display area in the device coordinate
width  Int32
Horizontal size (in pixels) for displaying the page.
height  Int32
Vertical size (in pixels) for displaying the page.
rotate  PageRotate
Page orientation. See PageRotate for details.
flags  RenderFlags
RenderFlags.None for normal display, or combination of RenderFlags
See Also