| Changed Classes |
|
PdfPattern
|
Dictionary wrapper that represent special type of color space, that uses pattern objects as the equivalent of colour values instead of the numeric component values used with other spaces. |
|
PdfPattern.Shading
|
Shading pattern provides a smooth transition between colors across an area to be painted, independent of the resolution of any particular output device and without specifying the number of steps in the color transition. |
|
PdfPattern.Tiling
|
Wrapper that represents tiling pattern of color space. |
|
PdfShading
|
The abstract PdfShading class that represents the Shading Dictionary PDF object. |
|
PdfShading.Axial
|
The class that extends PdfShading class 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. |
|
PdfShading.CoonsPatchMesh
|
The class that extends PdfShading class and is in charge of Shading Dictionary with Coons Patch mesh type. |
|
PdfShading.FreeFormGouraudShadedTriangleMesh
|
The class that extends PdfShading class and is in charge of Shading Dictionary with free-form Gouraud-shaded triangle mesh type. |
|
PdfShading.FunctionBased
|
The class that extends PdfShading 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. |
|
PdfShading.LatticeFormGouraudShadedTriangleMesh
|
The class that extends PdfShading class and is in charge of Shading Dictionary with lattice-form Gouraud-shaded triangle mesh type. |
|
PdfShading.Radial
|
The class that extends PdfShading class and is in charge of Shading Dictionary with radial type, that define a colour blend that varies between two circles. |
|
PdfShading.TensorProductPatchMesh
|
The class that extends PdfShading class and is in charge of Shading Dictionary with Tensor-Product Patch mesh type. |