ImageGear23.Formats.Office Assembly > ImageGear.Formats.Office Namespace > ImGearExcelSheetPage Class > Rasterize Method : Rasterize(Double,Double) Method |
'Declaration Public Overloads Function Rasterize( _ ByVal resolutionX As Double, _ ByVal resolutionY As Double _ ) As ImGearRasterPage
'Usage Dim instance As ImGearExcelSheetPage Dim resolutionX As Double Dim resolutionY As Double Dim value As ImGearRasterPage value = instance.Rasterize(resolutionX, resolutionY)
public ImGearRasterPage Rasterize( double resolutionX, double resolutionY )
public: ImGearRasterPage* Rasterize( double resolutionX, double resolutionY )
public: ImGearRasterPage^ Rasterize( double resolutionX, double resolutionY )
The DIB of output raster image will have an RGB color space with 24 bits per pixel depth.