|
dxHotPDFExportReportLink adapter export PDF สำหรับ DevExpress ExpressPrinting System (XtraPrinting / XtraReports / cxGrid printable links / และสิ่งที่คล้ายกัน) ที่ใช้ HotPDF เป็น PDF backend ภายในแทน emitter dxPSExportToPDF / TdxPSPDFExport ของ DevExpress เอง เหมาะสำหรับ projects ที่ฝัง HotPDF อยู่แล้วและต้องการ PDF backend เดียวทั่วทั้ง application
|
FastReport adapter QuickReport adapter ReportBuilder device |
|
adapter export PDF สำหรับ DevExpress ExpressPrinting System (XtraPrinting / XtraReports / cxGrid printable links / และสิ่งที่คล้ายกัน) ที่ใช้ HotPDF เป็น PDF backend ภายในแทน emitter dxPSExportToPDF / TdxPSPDFExport ของ DevExpress เอง เหมาะสำหรับ projects ที่ฝัง HotPDF อยู่แล้วและต้องการ PDF backend เดียวทั่วทั้ง application
Options record: type TdxHotPDFExportOptions = record Title, Author, Subject, Keywords: string; PDFVersion : TPDFVersType; // default pdf17 Compression: TPDFCompressionLevel; // default clDefault RenderDPI : Integer; // default 200 end;
function dxHotPDFDefaultOptions: TdxHotPDFExportOptions;
File-based entry points: function dxHotPDFExportReportLinkToFile( AReportLink: TBasedxReportLink; const AOutputFileName: string; const AOptions: TdxHotPDFExportOptions): Boolean; overload; function dxHotPDFExportReportLinkToFile( AReportLink: TBasedxReportLink; const AOutputFileName: string): Boolean; overload;
Stream-based entry points: function dxHotPDFExportReportLinkToStream( AReportLink: TBasedxReportLink; AOutputStream: TStream; const AOptions: TdxHotPDFExportOptions): Boolean; overload; function dxHotPDFExportReportLinkToStream( AReportLink: TBasedxReportLink; AOutputStream: TStream): Boolean; overload;
คำอธิบาย เรกคอร์ดตัวเลือก จุดเข้าใช้งานแบบไฟล์ จุดเข้าใช้งานแบบสตรีม ตัวเลือกเวิร์กโฟลว์ทั่วไป กลุ่มลิงก์ที่รองรับ ความสามารถที่รักษาไว้ ข้อจำกัดของสะพานเชื่อม metafile หมายเหตุบรรจุภัณฑ์ ดูเพิ่มเติม: TfrxHotPDFExport, TQRHotPDFExportFilter, TppHotPDFDevice, THPDFPage.ShowMetafile, Enhanced EMF/WMF Support |