PdfConfigurationOptions.XObjectCache Property

Gets cache for form XObjects.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfCache XObjectCache { get; }
VB
Public ReadOnly Property XObjectCache As PdfCache
	Get

Property Value

Type: 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.

See Also