'Declaration Public Overloads Shared Function Export( _ ByVal page As ImGearRasterPage, _ ByVal ppmX As Integer, _ ByVal ppmY As Integer _ ) As Bitmap
'Usage Dim page As ImGearRasterPage Dim ppmX As Integer Dim ppmY As Integer Dim value As Bitmap value = ImGearRasterProcessing.Export(page, ppmX, ppmY)
Parameters
- page
- Raster page to be exported.
- 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.