ImageGear v26.3 - Updated November 9, 2022
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearOfficePage Class / Rasterize Method / Rasterize() Method




In This Topic
Rasterize() Method
In This Topic
Rasterizes the Office page using default bit depth and resolution parameters.
Syntax
'Declaration
 
Public Overloads Overrides Function Rasterize() As ImGearRasterPage
 
'Usage
 
Dim instance As ImGearOfficePage
Dim value As ImGearRasterPage
 
value = instance.Rasterize()

Return Value

Stand-alone instance of ImageGear.Core.ImGearRasterPage class.
Remarks

This method rasterizes the current Office page into a raster page.

The page is rasterized with default parameters of:

  • RGB color space
  • 24 bits per pixel depth
  • 96 x 96 DPI

Default bit depth (and the resulting color space) follow the current PDF file format control parameter "Depth." For more information, see File Format Reference topic PDF.

See Also