Parameters
- page
- Page to be exported.
- backgroundColor
- Background pixel to blend exporting page with. It's used only if given page contains alpha or premultiplied alpha channel.
- ppmX
- Specifies horizontal resolution of resulting GDI+ bitmap object. Measurement unit is PPM, i.e., pixels per meter.
- ppmY
- Specifies vertical resolution of resulting GDI+ bitmap object. Measurement unit is PPM, i.e., pixels per meter.
Return Value
An instance of
System.Drawing.Bitmap
class.