DL Logo

PDEBeginGroup Typedefs

PDEBeginGroup

Header: PEExpT.h:288

Description

A group of PDEElement objects on a page in a PDF file.

Related Methods

Syntax

typedef struct _t_PDEBeginGroup *PDEBeginGroup;

Returned From

PDEBeginGroup Functions

PDEBeginGroupCreate

Header: PEWProcs.h:2015

Description

Creates a new begin group object.

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

Syntax

PDEBeginGroup PDEBeginGroupCreate();

Returns

The newly created object.