Layer | PDFEdit_Layer |
Object | PDEPattern |
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 | ||
---|---|---|
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 | ||
---|---|---|
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.
|
||
Gets a Cos object corresponding to a pattern object.
|
PDEPattern |
Product availability: All |
Platform availability: All |
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 |
typedef PDEColorSpace PDEPatternColorSpace;
A PDEColorSpace that describes a Pattern color space.
See Also
File: PEExpT.h |
Line: 2016 |
PDEPatternCreate | () |
Product availability: Acrobat, PDFL |
Platform availability: Macintosh, Windows, UNIX |
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. |
A pattern. |
See Also
Since
File: PEWProcs.h |
Line: 1403 |
PDEPatternGetCosObj | () |
Product availability: Acrobat, PDFL |
Platform availability: Macintosh, Windows, UNIX |
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 |