| |
If flags has kPDESetCacheDevice set, the first six cache device values contain the operands for the d1 (
setcachedevice) page operator. If flags has kPDESetCacheDevice set, cacheDevice contains two charwidth values. | |
Only used if PDEContent contains a Form XObject. It corresponds to FormType key in the XObject Form attributes dictionary.
| |
Only used if PDEContent contains a Form. It is the bounding box of the PDEContent object. It corresponds to the BBox key in the XObject Form attributes dictionary.
| |
Only used if PDEContent contains a Form. It is the transformation matrix for the PDEContent object. It corresponds to the Matrix key in the XObject Form attributes dictionary.
| |
Only used if PDEContent contains a Form. It is the form's XUID, which is an ID that uniquely identifies the form. It corresponds to the XUID key in the XObject Form attributes dictionary.
| |
|
void PDEContentGetAttrsEx(IN PDEContent pdeContent, OUT PDEContentAttrsExP attrsP, IN ASUns32 attrsSize);
pdeContent | IN/OUT A content object.
|
attrsP | IN/OUT (Filled by the method) A pointer to a PDEContentAttrsEx structure containing the attributes of the content.
|
attrsSize | IN/OUT The size of the
attrsP buffer in bytes. |
void PDEContentToCosObjEx(IN PDEContent pdeContent, IN ASUns32 flags, /* kPDEContentToPage, kPDEContentToForm, kPDEToContentCharProc */ IN PDEContentAttrsExP attrs, IN ASUns32 attrsSize, IN CosDoc cosDoc, IN PDEFilterArrayP filtersP, OUT CosObj *contentsP, OUT CosObj *resourcesP);