Hello,
Could you help with one problem: we are using "Aspose.Pdf.Color.FromRgb" method to get color and set it into annotation. But it is not working.
We get right Aspose.Pdf.Color object with right value, but after setting that data to the "Color" property of an annotation we get nothing at all. Property value doesn't change.
It works fine if we use "Color.Blue" or other property to set.
Example of code we use to get color:
Color.FromRgb(System.Drawing.Color.FromArgb(16711680));
That should be equal "Color.Red;".
But "Color.Red" works and "Color.FromRgb(System.Drawing.Color.FromArgb(16711680))" not.
Aspose.Pdf vr. 9.4.0.0
Aspose.Pdf vr. 9.4.0.0
Best regards.