PDFium Component Docs

Thumbnail プロパティ

この API エントリでは識別子、シグネチャ、コードブロック、PDF 用語を元の表記のまま保持します。
コンポーネント: TPdf  ·  ユニット: PDFium
現在の page の /Thumb entry の raw byte を返します (optional な precomputed preview で、通常は 64x64 の raster です)

構文

property Thumbnail;

説明

現在の page の /Thumb entry の raw byte を返します (optional な precomputed preview で、通常は 64x64 の raster です)

Empty bytes when the page has no thumbnail attached.

Wraps the corresponding PDFium API and exposes it as a TPdf instance member so consumers do not have to manage FPDF_DOCUMENT handles directly.

備考

if Pdf1.Active then
  Pdf1.Thumbnail;

関連項目

Page, Bitmap, Image