Click or drag to resize

CPDFPageRenderPageBitmapWithMatrix Method (Single, CRect, UInt32, Byte, Int32, Boolean)

Render contents of a page to a device independent bitmap.

Namespace:  ComPDFKit.PDFPage
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public void RenderPageBitmapWithMatrix(
	float zoomFactor,
	CRect renderRect,
	uint bgColor,
	byte[] bmp_data,
	int flag,
	bool form = false
)

Parameters

zoomFactor
Type: SystemSingle
Zoom level
renderRect
Type: ComPDFKit.ImportCRect
Render range
bgColor
Type: SystemUInt32
Background color
bmp_data
Type: SystemByte
Image data
flag
Type: SystemInt32
Render flag, set 1 if annotation are to be rendered, 0 for normal display
form (Optional)
Type: SystemBoolean
Whether to render form widgets
See Also