ImageEn, unit imageenio

TImageEnIO.SaveToStreamPDF

TImageEnIO.SaveToStreamPDF


Declaration

procedure SaveToStreamPDF(Stream: TStream);


Description

Saves the current image or layers to a stream in Adobe PDF format. The resulting file will have only one page.
The size of the page will be specified by PDF_PaperWidth and PDF_PaperHeight. Margins are specified by PDF_PageMargin.
Image position and size is affected by PDF_ImageOptions.

The following TIELayer features are not supported when exporting to PDF:
 Gradient fills
 Mask layers

Note: Read more about ImageEn PDF Support