PDFiumPas 文档

Thumbnail 属性

此 API 条目保留标识符、签名、代码块和 PDF 术语的原始形式。
组件: TPdf  ·  单元: PDFium
返回当前页面 /Thumb 条目的原始字节(可选的预计算预览,通常为 64x64 光栅图像)。

语法

property Thumbnail;

说明

返回当前页面 /Thumb 条目的原始字节(可选的预计算预览,通常为 64x64 光栅图像)。

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