Color Separation using SDK

Product: PDFNet( Web )

Product Version: 10.0.0

Summary of issue: Unable to get Color Separation using SDK

Please describe your issue and provide steps to reproduce it:

I’m looking for a way to achieve the same behavior of (Apryse WebViewer Class: Document), which is available on the webviewer ( without using webviewer )

I’m trying to extract separation details using SDK. I have tried to use
https://docs.apryse.com/api/web/Core.PDFNet.PDFDraw.html#getSeparationBitmaps__anchor
PDFDraw.getSeparationBitmaps(page)

Above function gives below error
image

Are you trying to do this client side in the browser? Or server side (e.g. using NodeJS)?

Also, why is getting the color serrations important for your users?
What do you do with these separations once you have them?

We are trying to do this client side in the browser

which is available on the webviewer ( without using webviewer )

If you are working client side why is not using WebViewer important for you?
Why not just use WebViewer?