TdxPDFRecognizedObjectList<T> Constructors
The base class for all classes that implement collections of objects storing information on the parsed PDF document content.Name | Description |
---|---|
Create | Inherited from TList<T>. |
Create(IComparer<T>) | Inherited from TList<T>. |
Create(T[]) | Inherited from TList<T>. |
Create(TEnumerable<T>) | Inherited from TList<T>. |
See Also