CPDFPageRenderPageBitmapWithMatrix Method (Single, CRect, UInt32, IntPtr, Int32, Boolean) |
Render contents of the page at the specified rectangle to image data handle.
Namespace:
ComPDFKit.PDFPage
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public void RenderPageBitmapWithMatrix(
float zoomFactor,
CRect renderRect,
uint bgColor,
IntPtr bmp_data,
int flag,
bool form = false
)
Parameters
- zoomFactor
- Type: SystemSingle
Zoom level - renderRect
- Type: CRect
Render area - bgColor
- Type: SystemUInt32
Background color - bmp_data
- Type: SystemIntPtr
Image data handle - 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