Rasterize

PdfPage.Rasterize method

Converts page content into an image.

public virtual void Rasterize(int horizontalResolution, int verticalResolution, 
    PdfImageConversionFormat imageFormat)
Parameter Type Description
horizontalResolution Int32 Horizontal image resolution.
verticalResolution Int32 Vertical image resolution.
imageFormat PdfImageConversionFormat Image format.

See Also