ImageGear23.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class > Export Method : Export(ImGearRasterPage,ImGearRGBQuad,Int32,Int32) Method |
'Declaration Public Overloads Shared Function Export( _ ByVal page As ImGearRasterPage, _ ByVal backgroundColor As ImGearRGBQuad, _ ByVal ppmX As Integer, _ ByVal ppmY As Integer _ ) As Bitmap
'Usage Dim page As ImGearRasterPage Dim backgroundColor As ImGearRGBQuad Dim ppmX As Integer Dim ppmY As Integer Dim value As Bitmap value = ImGearRasterProcessing.Export(page, backgroundColor, ppmX, ppmY)
public static Bitmap Export( ImGearRasterPage page, ImGearRGBQuad backgroundColor, int ppmX, int ppmY )
public: static Bitmap* Export( ImGearRasterPage* page, ImGearRGBQuad backgroundColor, int ppmX, int ppmY )
public: static Bitmap^ Export( ImGearRasterPage^ page, ImGearRGBQuad backgroundColor, int ppmX, int ppmY )
System.Drawing.Bitmap
class.Since Bitmap stores pixels in RGB or Indexed format only, color space conversion is used to transfer image data.