THPDFViewer Current View Printing
このページでは、PDF 文書の表示、移動、レンダリング、印刷に使用する THPDFViewer および THPDFViewerModel の公開 API について説明します
宣言
function HPDFViewerFitRect(const Bounds: TRect;
ContentWidth, ContentHeight: Integer): TRect;
function THPDFViewerModel.DrawCurrentView(Canvas: TCanvas;
const Bounds: TRect; DPI: Integer= 150): boolean;
function THPDFViewer.DrawCurrentView(Canvas: TCanvas;
const Bounds: TRect; DPI: Integer= 150): boolean;
function THPDFViewerModel.PrintCurrentView(Printer: TPrinter;
const DocumentTitle: string= ''; DPI: Integer= 300): boolean;
function THPDFViewer.PrintCurrentView(Printer: TPrinter;
const DocumentTitle: string= ''; DPI: Integer= 300): boolean;
PDFViewer.PrintCurrentView(Printer, 'Current PDF view', 300);
概要
このページでは、PDF 文書の表示、移動、レンダリング、印刷に使用する THPDFViewer および THPDFViewerModel の公開 API について説明します