PDFix SDK  9.0.0
Loading...
Searching...
No Matches
_PdsContentParams Struct Reference

PdsContentParams. More...

#include <pdfix.h>

Public Member Functions

 _PdsContentParams ()

Public Attributes

PdsContentFlags flags
int form_type
PdfRect bbox
PdfMatrix matrix

Detailed Description

PdsContentParams.

Define parameters that describe PdsCotnent object.

Constructor & Destructor Documentation

◆ _PdsContentParams()

_PdsContentParams::_PdsContentParams ( )
inline

Member Data Documentation

◆ bbox

PdfRect _PdsContentParams::bbox

Bounding box of the PDEContent object. Corresponds to the BBox key in the XObject Form attributes dictionary.

◆ flags

PdsContentFlags _PdsContentParams::flags

Flags specifying the type of object to create (page contents, form, or charproc) and how it is created. Must be one or more of PdsContentFlags.

◆ form_type

int _PdsContentParams::form_type

Corresponds to the FormType key in the XObject Form attributes dictionary.

◆ matrix

PdfMatrix _PdsContentParams::matrix

Transformation matrix for the PDEContent object. Corresponds to the Matrix key in the XObject Form attributes dictionary.