Table of Contents

Property PageBudget

Namespace
Qavren.Edge.Ingestion.Pdf
Assembly
Qavren.Edge.Ingestion.Pdf.dll

PageBudget

Cumulative parse budget for one document, checked BETWEEN pages. Not an abort: PdfPig's per-page surface is synchronous and takes no CancellationToken, so a page that has started always finishes. When the budget is passed at a page boundary the pages already parsed are kept, extraction stops, and the document is DocumentPageBudgetExceeded (6107) naming the page reached. 20 s.

public TimeSpan PageBudget { get; set; }

Property Value

TimeSpan