Property XObjectCache
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
XObjectCache
Gets cache for form XObjects.
public PdfCache XObjectCache { get; }
Property Value
- PdfCache
The cache for form XObjects.
Remarks
This cache is disabled by default.
Enabling this cache can improve the speed of processing for documents with a lot of form XObjects reused on different pages. Note that enabling the cache can either increase or decrease memory consumption based on the contents of the PDF.