TPDFlibPageElementKind

Data Types

Description

TPDFlibPageElementKind defines categories for structured items extracted from a PDF page catalog during element extraction.

Syntax

Delphi

type TPDFlibPageElementKind = (ekText, ekImage, ekPath);

Values

ekText代表一個文字字串區塊
ekImage代表一個內嵌點陣影像
ekPath代表一個向量圖形配置路徑

See also

TPDFlibPageElement, EnumPageElements