PDFix SDK  6.5.0
_PdfPageRenderParams Struct Reference

PdfPageRenderParams. More...

Public Attributes

void * device
 
PsImageimage
 
PdfMatrix matrix
 
PdfRect clip_box
 
PdfRenderFlags render_flags
 

Detailed Description

PdfPageRenderParams.

Handles page rendering. The page is rendered on either platform device context or an image. If the device context is not null the image parameter is ignored.

Member Data Documentation

◆ clip_box

PdfRect _PdfPageRenderParams::clip_box

Clipping rectangle in device space coordinates.

◆ device

void* _PdfPageRenderParams::device

Platform dependent device context on which the page should be rendered. (HDC on Windows)

◆ image

PsImage* _PdfPageRenderParams::image

PsImage into which the page will be rendered.

◆ matrix

PdfMatrix _PdfPageRenderParams::matrix

PdfMatrix used to define page rendering scale and rotation.

◆ render_flags

PdfRenderFlags _PdfPageRenderParams::render_flags

PdfRenderFlags