DL Logo

PDEXObject Typedefs

PDEXObject

Header: PEExpT.h:217

Description

A PDEElement representing an arbitrary XObject.

Related Methods

Syntax

typedef struct _t_PDEXObject *PDEXObject;

Returned From

Used By

PDEXObject Functions

PDEXObjectCreate

Header: PEWProcs.h:716

Description

Creates a new PDEXObject from a Cos object.

Call PDERelease() to dispose of the returned PDEXObject when finished with it.

Related Methods

Syntax

PDEXObject PDEXObjectCreate(IN const CosObj *cosObjP);

Parameters

cosObjP
IN/OUT The Cos object for the PDEXObject.

Returns

A PDEXObject corresponding to cosObjP.

PDEXObjectGetCosObj

Header: PERProcs.h:991

Description

Gets a Cos object corresponding to a PDEXObject.

Related Methods

Syntax

void PDEXObjectGetCosObj(IN PDEXObject xObject, OUT CosObj *cosObjP);

Parameters

xObject
IN/OUT The PDEXobject whose Cos object is obtained.
cosObjP
IN/OUT (Filled by the method) The Cos object for xObject.

Exceptions