-background is the BackgroundColor property of MagickImage. This might work:
If this doesn't work I might have to add a BackgroundColor property to MagickReadSettings. Can you post a link to your pdf or contact me through codeplex if this doesn't work?
MGKimage.BackgroundColor = MagickColor.Transparent; MGKimage.Read(svgAsStream, mrs);