ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessing Class / Export Method / Export(ImGearRasterPage,ImGearRectangle,ImGearRectangle,ImGearRectangle,ImGearInterpolationOptions,ImGearRGBQuad,Int32,Int32) Method




In This Topic
    Export(ImGearRasterPage,ImGearRectangle,ImGearRectangle,ImGearRectangle,ImGearInterpolationOptions,ImGearRGBQuad,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function Export( _
       ByVal page As ImGearRasterPage, _
       ByVal imageRect As ImGearRectangle, _
       ByVal deviceRect As ImGearRectangle, _
       ByVal clipRect As ImGearRectangle, _
       ByVal interpolationOptions As ImGearInterpolationOptions, _
       ByVal backgroundColor As ImGearRGBQuad, _
       ByVal ppmX As Integer, _
       ByVal ppmY 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