ImageGear for .NET
Rasterize(Int32,Int32,Int32) Method
See Also  Send Feedback
ImageGear21.Formats.Office Assembly > ImageGear.Formats.Office Namespace > ImGearExcelBookPage Class > Rasterize Method : Rasterize(Int32,Int32,Int32) Method




bitDepth
The bit depth of resulting raster page.
resolutionX
This parameter specifies the horizontal resolution in dots-per-inch during the vector page conversion into a raster image. The greater this value, the higher the quality of the raster image you get after rasterization. The DIB of the output raster image will have this value as an X resolution.
resolutionY
This parameter specifies the vertical resolution in dots-per-inch during the vector page conversion into the raster image. The greater this value, the higher the quality of the raster image you get after rasterization. The DIB of the output raster image will have this value as an Y resolution.

Glossary Item Box

Rasterizes the Excel workbook page using provided bit depth and resolution parameters.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

bitDepth
The bit depth of resulting raster page.
resolutionX
This parameter specifies the horizontal resolution in dots-per-inch during the vector page conversion into a raster image. The greater this value, the higher the quality of the raster image you get after rasterization. The DIB of the output raster image will have this value as an X resolution.
resolutionY
This parameter specifies the vertical resolution in dots-per-inch during the vector page conversion into the raster image. The greater this value, the higher the quality of the raster image you get after rasterization. The DIB of the output raster image will have this value as an Y resolution.

Return Value

ImageGear.Core.ImGearRasterPage class instance with rasterized vector data.

Remarks

The parameter bitDepth is ignored. The DIB of output raster image will have RGB color space with 24 bits per pixel depth.

See Also

©2013. Accusoft Corporation. All Rights Reserved.