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

ekTextRepresents a text string block.
ekImageRepresents an embedded raster image.
ekPathRepresents a vector graphics layout path.

See also

TPDFlibPageElement, EnumPageElements