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.
Pdf1.Active ページ単位の操作を呼び出す前に使用してください。開いている文書を必要とするメソッドは EPdfError otherwise.SaveAs を呼び出してください
begin
TPdf.SetPdfPrintMode;
end;