PDFium Component Docs

SetPdfPrintMode 関数

この API エントリでは識別子、シグネチャ、コードブロック、PDF 用語を元の表記のまま保持します。
コンポーネント: TPdf  ·  ユニット: PDFium
Selects the print backend used by FPDF_RenderPage when feeding the platform printer.

構文

function SetPdfPrintMode(PrintMode: TPdfPrintMode): Boolean;

説明

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

Windows での既定値は prEmf です。PostScript デバイスでは二重ラスタライズを避けるため prPostScript* を使用します

Wraps the corresponding PDFium API and exposes it as a TPdf instance member so consumers do not have to manage FPDF_DOCUMENT handles directly.

備考

begin
  TPdf.SetPdfPrintMode;
end;

関連項目

SetPdfPrintPaperHandlingDevMode