I'm using the Syncfusion File Formats library in a console application referencing .NET Framework 4.7.2 to create PDFs based on values passed to the program.
So far everything works properly, but was wondering if given a location on the page (x,y) is there a way to return what color is at that location. I'm wanting to draw a line up to the point a color matching a color used in an image is found.