TdxPDFRecognizedObjectList<T> Class
The base class for all classes that implement collections of objects storing information on the parsed PDF document content.
Declaration
TdxPDFRecognizedObjectList<T: TdxPDFRecognizedObject> = class(
TdxPDFObjectList<T>
)
Remarks
This generic class implements the list of objects that store the parsed content obtained from a loaded PDF document, such as text, hyperlinks, images, etc.
You do not need to create instances of the TdxPDFRecognizedObjectList class. Use its descendants instead.
Inheritance
TObject
TEnumerable<T>
TList<T>
TdxPDFObjectList<T>
TdxPDFRecognizedObjectList<T>
See Also