How to make Background transparent for an image

hi,
I’m trying to remove background or make it transparent in image.
let me know how this can be achieved in UI-Path.

Hi,

Which type do you have, System.Drawing.Bitmap or UiPath.Core.Image?

In general, Bitmap.MakeTransparent will help you.

Regards,

1 Like