DL Logo

PDEEndContainer Typedefs

PDEEndContainer

Header: PEExpT.h:281

Description

The PDFEdit representation of the closing bracket of a marked-content sequence. Elements of this type must be paired with elements of type PDEBeginContainer.

Related Methods

Syntax

typedef struct _t_PDEEndContainer *PDEEndContainer;

Returned From

PDEEndContainer Functions

PDEEndContainerCreate

Header: PEWProcs.h:2006

Description

Creates a new PDEEndContainer object. Call PDERelease to dispose of the returned PDEEndContainer object when finished with it.

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

Syntax

PDEEndContainer PDEEndContainerCreate();

Returns

The newly created object.