Rasterize

PdfContent.Rasterize method

Converts all content pages into images.

public 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