typedef
struct
_t_PDEPattern
*
PDEPattern
;
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.
PDEPattern
PDEPatternCreate(
const
CosObj
*
cosObjP
);
cosObjP | IN/OUT A CosObj stream for the pattern.
|
void
PDEPatternGetCosObj(
IN
PDEPattern
pattern
,
OUT
CosObj
*
cosObjP
);
pattern | IN/OUT The pattern whose Cos object is obtained.
|
cosObjP | IN/OUT (Filled by the method) The Cos object for the pattern.
|