Solved this via ImageMagick in commandline:
convert.exe -colorspace sRGB -interlace line -density 144x144 -quality 100 -resize 500x500 -background white -alpha remove d:\test.pdf d:\test.jpg
how can i execute the same using Magick.Net: -background white -alpha remove ?