PdfDocumentProcessor.DataRecognitionCacheSize Property
In This Article
Gets or sets the cache size (in pages) for data recognition.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int64 | 65 | The number of pages with cached data. |
#Remarks
Use the to DataRecognitionCacheSize property to enlarge the number of pages with cached data and speed up the PdfDocumentProcessor.FindText method execution on documents larger than 65 pages.
Note
If the Data
property is set to 0
, the cache size is unlimited.
See Also