Layer | PDFEdit_Layer |
Object | PDEXObject |
A PDEXObject object is a PDEElement representing an arbitrary XObject. See Section 4.7, External XObjects, in the PDF Reference, for information on XObjects.
Typedef | ||
---|---|---|
PDEXObject
A PDEElement representing an arbitrary XObject.
|
Method | ||
---|---|---|
PDEXObject PDEXObjectCreate(const CosObj* cosObjP)
Creates a new PDEXObject from a Cos object.
|
||
Gets a Cos object corresponding to a PDEXObject.
|
PDEXObject |
Product availability: All |
Platform availability: All |
typedef struct _t_PDEXObject* PDEXObject;
A PDEElement representing an arbitrary XObject.
See Also
File: PEExpT.h |
Line: 214 |
PDEXObjectCreate | () |
Product availability: Acrobat, PDFL |
Platform availability: Macintosh, Windows, UNIX |
PDEXObject PDEXObjectCreate(const CosObj* cosObjP)
Creates a new PDEXObject from a Cos object.
Call PDERelease() to dispose of the returned PDEXObject when finished with it.
Parameters
cosObjP — | IN/OUT The Cos object for the PDEXObject. |
A PDEXObject corresponding to |
See Also
Since
File: PEWProcs.h |
Line: 782 |
PDEXObjectGetCosObj | () |
Product availability: Acrobat, PDFL |
Platform availability: Macintosh, Windows, UNIX |
void PDEXObjectGetCosObj(INPDEXObject xObject, OUTCosObj* cosObjP)
Gets a Cos object corresponding to a PDEXObject.
Parameters
xObject — | IN/OUT The PDEXobject whose Cos object is obtained. |
|
cosObjP — | IN/OUT (Filled by the method) The Cos object for |
See Also
Exceptions
Since
File: PERProcs.h |
Line: 1074 |