PageDataCaching Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Page data caching behaviour.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Previously accessed page data is not cached and disposed immediately after any other page accessed. Reduces memory usage. | |
KeepAllPages | 1 | Caches all parsed pages. You can manually dispose cached pages using DisposePage(Int32) method. |
See Also