THPDFViewer Current View Printing
Šiame puslapyje aprašomos viešosios THPDFViewer ir THPDFViewerModel API, skirtos PDF dokumentams rodyti, naršyti, atvaizduoti ir spausdinti
Deklaracija
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);
Santrauka
Šiame puslapyje aprašomos viešosios THPDFViewer ir THPDFViewerModel API, skirtos PDF dokumentams rodyti, naršyti, atvaizduoti ir spausdinti