PDFix SDK  6.5.0
_PdsContentParams Struct Reference

PdsContentParams. More...

Public Attributes

PdsContentFlags flags
 
int form_type
 
PdfRect bbox
 
PdfMatrix matrix
 

Detailed Description

PdsContentParams.

Define parameters that describe PdsCotnent object.

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.