WritePNG method

<< Click to Display Table of Contents >>

Navigation:  Component Description > Methods >

WritePNG method

Declaration

function WritePNG(const Filename: string; PageNo,

  Resolution: Integer; bitmap_format : TWritePNGMode): Boolean;

Description

Converts the page into a PNG file.

This bitmap formats are supported: wp256Color, wpGrayscale, wp24FullColor

Note: PageNo is 1 based.

Also see the DLL method pdfMakeJPEG.