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




resolutionX
This parameter specifies the horizontal resolution in dots-per-inch for PowerPoint page conversion into a raster image. The greater this value, the higher the quality of the raster image will be 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 for PowerPoint page conversion into the raster image. The greater this value, the higher the quality of the raster image will be after rasterization. The DIB of the output raster image will have this value as an Y resolution.

Glossary Item Box

Rasterizes the page using the provided parameters.

Syntax

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

Parameters

resolutionX
This parameter specifies the horizontal resolution in dots-per-inch for PowerPoint page conversion into a raster image. The greater this value, the higher the quality of the raster image will be 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 for PowerPoint page conversion into the raster image. The greater this value, the higher the quality of the raster image will be after rasterization. The DIB of the output raster image will have this value as an Y resolution.

Return Value

ImageGear.Core.ImGearRasterPage class with rasterized vector data.

Remarks

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.