| AbstractPdfShading |
The PdfShading class that represents the Shading Dictionary PDF object.
|
| AbstractPdfShadingBlend |
The PdfShadingBlend class which extends AbstractPdfShading and represents shadings which are
based on a blend, with Coords, Domain and Extend fields in the PDF object.
|
| AbstractPdfShadingMesh |
The PdfShadingMesh class which extends AbstractPdfShading and represents shadings which are based on a mesh,
with BitsPerCoordinate, BitsPerComponent and Decode fields in the PDF object.
|
| AbstractPdfShadingMeshWithFlags |
|
| PdfAxialShading |
The class that extends AbstractPdfShading and AbstractPdfShadingBlend classes
and is in charge of Shading Dictionary with axial type, that define a colour blend that varies along
a linear axis between two endpoints and extends indefinitely perpendicular to that axis.
|
| PdfCoonsPatchShading |
|
| PdfFreeFormGouraudShadedTriangleShading |
|
| PdfFunctionBasedShading |
The class that extends AbstractPdfShading class and is in charge of Shading Dictionary
with function-based type, that defines color at every point in the domain by a specified mathematical function.
|
| PdfLatticeFormGouraudShadedTriangleShading |
|
| PdfRadialShading |
|
| PdfTensorProductPatchShading |
|
| ShadingType |
The constants of shading type (see ISO-320001 Table 78).
|