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 | Represents a text string block. |
|---|---|
| ekImage | Represents an embedded raster image. |
| ekPath | Represents a vector graphics layout path. |