#include <PdfShadingPattern.h>
This class defined a shading pattern which can be used to fill abitrary shapes with a pattern using PdfPainter.
◆ PdfShadingPattern()
| PdfShadingPattern::PdfShadingPattern |
( |
PdfDocument & | doc, |
|
|
PdfShadingPatternType | shadingType ) |
|
protected |
Create a new PdfShadingPattern object which will introduce itself automatically to every page object it is used on.
- Parameters
-
| doc | parent document |
| eShadingType | the type of this shading pattern |
◆ GetIdentifier()
| const PdfName & PoDoFo::PdfShadingPattern::GetIdentifier |
( |
| ) |
const |
|
inline |
Returns the identifier of this ShadingPattern how it is known in the pages resource dictionary.
- Returns
- PdfName containing the identifier (e.g. /Sh13)
The documentation for this class was generated from the following files:
- PdfShadingPattern.h
- PdfShadingPattern.cpp