Syntax
'Declaration
Public Overloads Shared Function Export( _
ByVal As ImGearRasterPage, _
ByVal As ImGearRectangle, _
ByVal As ImGearRectangle, _
ByVal As ImGearRectangle, _
ByVal As ImGearInterpolationOptions, _
ByVal As ImGearRGBQuad, _
ByVal As Integer, _
ByVal As Integer _
) As Bitmap
'Usage
Dim page As ImGearRasterPage
Dim imageRect As ImGearRectangle
Dim deviceRect As ImGearRectangle
Dim clipRect As ImGearRectangle
Dim interpolationOptions As ImGearInterpolationOptions
Dim backgroundColor As ImGearRGBQuad
Dim ppmX As Integer
Dim ppmY As Integer
Dim value As Bitmap
value = ImGearRasterProcessing.Export(page, imageRect, deviceRect, clipRect, interpolationOptions, backgroundColor, ppmX, ppmY)
Parameters
- page
- imageRect
- deviceRect
- clipRect
- interpolationOptions
- backgroundColor
- ppmX
- ppmY
See Also