![]() |
PDFix SDK
6.5.0
|
PdsContentParams. More...
Public Attributes | |
PdsContentFlags | flags |
int | form_type |
PdfRect | bbox |
PdfMatrix | matrix |
PdsContentParams.
Define parameters that describe PdsCotnent object.
PdfRect _PdsContentParams::bbox |
Bounding box of the PDEContent object. Corresponds to the BBox key in the XObject Form attributes dictionary.
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.
int _PdsContentParams::form_type |
Corresponds to the FormType key in the XObject Form attributes dictionary.
PdfMatrix _PdsContentParams::matrix |
Transformation matrix for the PDEContent object. Corresponds to the Matrix key in the XObject Form attributes dictionary.