| Class | Description |
|---|---|
| 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 |
The PdfShadingMeshFlags class which extends
AbstractPdfShading and AbstractPdfShadingMesh
and represents shadings which are based on a mesh, with all fields from AbstractPdfShadingMesh
as well as BitsPerFlag in the PDF object. |
| 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 |
The class that extends
AbstractPdfShading, AbstractPdfShadingMesh and
AbstractPdfShadingMeshWithFlags classes and is in charge of Shading Dictionary with Coons Patch mesh type. |
| PdfFreeFormGouraudShadedTriangleShading |
The class that extends
AbstractPdfShading, AbstractPdfShadingMesh and
AbstractPdfShadingMeshWithFlags classes and is in charge of Shading Dictionary
with free-form Gouraud-shaded triangle mesh type. |
| 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 |
The class that extends
AbstractPdfShading and AbstractPdfShadingMesh classes
and is in charge of Shading Dictionary with lattice-form Gouraud-shaded triangle mesh type. |
| PdfRadialShading |
The class that extends
AbstractPdfShading and AbstractPdfShadingBlend classes
and is in charge of Shading Dictionary with radial type, that defines a colour blend that varies between two circles. |
| PdfTensorProductPatchShading |
The class that extends
AbstractPdfShading, AbstractPdfShadingMesh
and AbstractPdfShadingMeshWithFlags classes and is in charge of Shading Dictionary
with Tensor-Product Patch mesh type. |
| ShadingType |
The constants of shading type (see ISO-320001 Table 78).
|
Copyright © 1998–2024 Apryse Group NV. All rights reserved.