-
I'm trying to convert a few emails as pdfs to image files but they appear to lose the background and then the background is taking on background of the view app which in certain cases makes it unreadable. I've tried setting BackgroundColor and FillColor and other colors but nothing makes a difference. I'm sure there is some setting I'm missing so any help would be appreciated. I have attached a sample email PDF and the subsequent image
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can turn the alpha channel off by going through the |
Beta Was this translation helpful? Give feedback.
-
Another option would be this: image.BackgroundColor = MagickColors.White;
image.Alpha(AlphaOption.Remove); |
Beta Was this translation helpful? Give feedback.
Another option would be this: