DL Logo

PDEPattern Typedefs

PDEPattern

Header: PEExpT.h:352

Description

A reference to a Pattern resource used on a page in a PDF file.

Related Methods

Syntax

typedef struct _t_PDEPattern *PDEPattern;

Returned From

Used By

PDEPattern Functions

PDEPatternCreate

Header: PEWProcs.h:1279

Description

Creates a pattern object that can be used for a Pattern color space. See the description of Patterns in the ISO 32000-1:2008, Document Management-Portable Document Format-Part 1: PDF 1.7, section 8.7, page 173. This document is provided on the web site of the International Standards Organization (ISO).

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

Related Methods

Syntax

PDEPattern PDEPatternCreate(const CosObj *cosObjP);

Parameters

cosObjP
IN/OUT A CosObj stream for the pattern.

Returns

A pattern.

PDEPatternGetCosObj

Header: PERProcs.h:1491

Description

Gets a Cos object corresponding to a pattern object.

Related Methods

Syntax

void PDEPatternGetCosObj(IN PDEPattern pattern, OUT CosObj *cosObjP);

Parameters

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