Rasterize

PdfContent.Rasterize method

Wandelt alle Inhaltsseiten in Bilder um.

public void Rasterize(int horizontalResolution, int verticalResolution, 
    PdfImageConversionFormat imageFormat)
Parameter Typ Beschreibung
horizontalResolution Int32 Horizontale Bildauflösung.
verticalResolution Int32 Vertikale Bildauflösung.
imageFormat PdfImageConversionFormat Bildformat.

Siehe auch