THPDFViewerModel Snapshot Methods

Creates page images without constructing a Viewer control and reuses the loaded page render cache

Declarations

function CreatePageSnapshot(PageIndex: Integer; DPI: Integer= 150): TBitmap;
function CreateCurrentPageSnapshot(DPI: Integer= 150): TBitmap;
function SaveCurrentPageSnapshotToBMP(const FileName: string; DPI: Integer= 150): boolean;

Usage notes