LayerPDFEdit_Layer
ObjectPDEXObject

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 Summary
 Typedef
 PDEXObject
A PDEElement representing an arbitrary XObject.
Method Summary
 Method
 
PDEXObject PDEXObjectCreate(const CosObj* cosObjP)
Creates a new PDEXObject from a Cos object.
 
void PDEXObjectGetCosObj(INPDEXObject xObject, OUTCosObj* cosObjP)
Gets a Cos object corresponding to a PDEXObject.

Typedefs Detail
PDEXObject 
Product availability: All
Platform availability: All

Syntax

typedef struct _t_PDEXObject* PDEXObject;

A PDEElement representing an arbitrary XObject.

See Also


File: PEExpT.h
Line: 214



Method Detail
PDEXObjectCreate()
Product availability: Acrobat, PDFL
Platform availability: Macintosh, Windows, UNIX

Syntax

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.

Returns

A PDEXObject corresponding to cosObjP.

See Also

Since


File: PEWProcs.h
Line: 782
PDEXObjectGetCosObj() 
Product availability: Acrobat, PDFL
Platform availability: Macintosh, Windows, UNIX

Syntax

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 xObject.

See Also

Exceptions

peErrWrongPDEObjectType

Since


File: PERProcs.h
Line: 1074