LayerPDFEdit_Layer
ObjectPDEPattern

A PDEPattern is a reference to a pattern resource used on a page. See Section 4.6 in the PDF Reference for information on patterns.



Typedef Summary
 Typedef
 PDEPattern
A reference to a Pattern resource used on a page in a PDF file.
 PDEPatternColorSpace
A PDEColorSpace that describes a Pattern color space.
Method Summary
 Method
 
PDEPattern PDEPatternCreate(const CosObj* cosObjP)
Creates a pattern object that can be used for a Pattern color space. See Section 4.6 in the PDF Reference for more information about patterns.
 
void PDEPatternGetCosObj(INPDEPattern pattern, OUTCosObj* cosObjP)
Gets a Cos object corresponding to a pattern object.

Typedefs Detail
PDEPattern 
Product availability: All
Platform availability: All

Syntax

typedef struct _t_PDEPattern* PDEPattern;

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

See Also


File: PEExpT.h
Line: 355
PDEPatternColorSpace 
Product availability: All
Platform availability: All

Syntax

typedef PDEColorSpace PDEPatternColorSpace;

A PDEColorSpace that describes a Pattern color space.

See Also


File: PEExpT.h
Line: 2016



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

Syntax

PDEPattern PDEPatternCreate(const CosObj* cosObjP)

Creates a pattern object that can be used for a Pattern color space. See Section 4.6 in the PDF Reference for more information about patterns.

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

Parameters

cosObjP — 

IN/OUT A CosObj stream for the pattern.

Returns

A pattern.

See Also

Since


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

Syntax

void PDEPatternGetCosObj(INPDEPattern pattern, OUTCosObj* cosObjP)

Gets a Cos object corresponding to a pattern object.

Parameters

pattern — 

IN/OUT The pattern whose Cos object is obtained.

 
cosObjP — 

IN/OUT (Filled by the method) The Cos object for the pattern.

See Also

Since


File: PERProcs.h
Line: 1640