PDF SDK Documentation

Comprehensive Guide for Developers: Features, Integration, and API Reference

Loading...
Searching...
No Matches
PDFRenderCommonParams Struct Reference

Contains rendering parameters. More...

#include <pdfsdk/view.h>

Public Attributes

PDRectI updateRect
 
PDOCConfig ocConfig
 
PDFRenderContext cache
 
const PDFRenderMonitormonitor
 
void * mondata
 

Detailed Description

Contains rendering parameters.

Member Data Documentation

◆ cache

PDFRenderContext PDFRenderCommonParams::cache

The rendering context used for caching and rendering operations.

◆ mondata

void* PDFRenderCommonParams::mondata

A buffer used to return feedback to the user.

◆ monitor

const PDFRenderMonitor* PDFRenderCommonParams::monitor

A monitor with callback functions for cancel or update events.

◆ ocConfig

PDOCConfig PDFRenderCommonParams::ocConfig

Represents a set of states and other information from an OCProperties dictionary.

◆ updateRect

PDRectI PDFRenderCommonParams::updateRect

In device coordinates.


The documentation for this struct was generated from the following file: