Back to Devexpress

PdfDocumentProcessor.DataRecognitionCacheSize Property

officefileapi-devexpress-dot-pdf-dot-pdfdocumentprocessor-640df660.md

latest1.5 KB
Original Source

PdfDocumentProcessor.DataRecognitionCacheSize Property

Gets or sets the cache size (in pages) for data recognition.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public long DataRecognitionCacheSize { get; set; }
vb
Public Property DataRecognitionCacheSize As Long

Property Value

TypeDefaultDescription
Int6465

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 DataRecognitionCacheSize property is set to 0, the cache size is unlimited.

See Also

PdfDocumentProcessor Class

PdfDocumentProcessor Members

DevExpress.Pdf Namespace