EOClip class has no public constructor

Aspose.Pdf.Operators.EOClip class has no public constructor. For this reason, it is not possible to instantiate this class directly and use it to represent W* PDF operator (clipping path operator). For comparison, see that Aspose.Pdf.Operators.Clip class representing W PDF operator has a public constructor and can be instantiated with no issue.

What is expected: Aspose.Pdf.Operators.EOClip class should have a public constructor, and it should be possible to instantiate it directly.

I am using Aspose.PDF for .NET 21.10.0 where this problem exists. According to API documentation, same problem exists in Aspose.PDF for .NET 21.12.0, i.e. latest at the time of writing.

Here is my code snippet in .NET that fails to compile because of this issue:

page.Contents.Add(new Aspose.Pdf.Operators.EOClip());

@AlexeyM

An investigation ticket as PDFNET-51167 has been logged in our issue tracking system to review your request. We will check the feasibility of the ticket and let you know as soon as it is resolved. Please be patient and spare us some time.

We are sorry for the inconvenience.