In Development
Last Updated: 07 Apr 2026 14:10 by ADMIN
Created by: Prashant
Comments: 0
Category: PdfProcessing
Type: Feature Request
16
This will allow the import of Tensor-product patch mesh gradients. Currently, importing documents that contain ShadingType 7 results in NotSupportedShadingTypeException.
In Development
Last Updated: 07 Apr 2026 13:46 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: PdfProcessing
Type: Feature Request
9
This type of shading is not supported in the current version and a NotSupportedException is thrown when importing documents containing it.

The exception can be suppressed using the Exception Handling mechanism of PdfProcessing.

In Development
Last Updated: 07 Apr 2026 12:04 by ADMIN
Created by: Vitalii
Comments: 0
Category: PdfProcessing
Type: Feature Request
11
A shading dictionary specifies details of a particular gradient fill, including the
type of shading to be used, the geometry of the area to be shaded, and the geometry of the gradient fill. Various shading types are available, depending on the value of the dictionary’s ShadingType entry:
  • Coons patch meshes (type 6) construct a shading from one or more color
    patches, each bounded by four cubic Bézier curves.
In Development
Last Updated: 03 Apr 2026 15:34 by ADMIN
Created by: Scott
Comments: 3
Category: PdfProcessing
Type: Feature Request
20
Add support for ShadingType 1.
In Development
Last Updated: 10 Mar 2026 14:05 by ADMIN
Created by: Mario
Comments: 0
Category: PdfProcessing
Type: Feature Request
4
Expose internal GrayColor object.
In Development
Last Updated: 10 Mar 2026 12:20 by ADMIN
Opening a file where there is a format string with modificator [Color11] causes an ArgumentException "Invalid modificator" This prevents the file from opening.