PDFium Component Docs

SetPdfPrintMode-funksjon

Component: TPdf  ·  Unit: PDFium
Selects the print backend used by FPDF_RenderPage when feeding the platform printer.

Syntax

function SetPdfPrintMode(PrintMode: TPdfPrintMode): Boolean;

Description

Selects the print backend used by FPDF_RenderPage when feeding the platform printer.

Default is prEmf on Windows; use prPostScript* on PostScript devices to avoid double-rasterization.

Omslutter tilsvarende PDFium-API og eksponerer det som et TPdf-instansmedlem slik at forbrukere ikke trenger å håndtere FPDF_DOCUMENT-håndtak direkte

Remarks

Example

begin
  TPdf.SetPdfPrintMode;
end;

See Also

SetPdfPrintPaperHandlingDevMode