[]
Analyzes the specified GcPdfDocument and generates outlines for it.
public Task BuildOutlines(GcPdfDocument doc, RecognitionAlgorithm recognitionAlgorithm = RecognitionAlgorithm.AcrobatLike, OutlineNodeCollection outlines = null, OutputRange pageRange = null, CancellationToken cancellationToken = default)
Public Function BuildOutlines(doc As GcPdfDocument, Optional recognitionAlgorithm As RecognitionAlgorithm = RecognitionAlgorithm.AcrobatLike, Optional outlines As OutlineNodeCollection = Nothing, Optional pageRange As OutputRange = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task
Type | Name | Description |
---|---|---|
GcPdfDocument | doc | The GcPdfDocument to analyze. |
RecognitionAlgorithm | recognitionAlgorithm | The RecognitionAlgorithm to use for analyzing the document. Defaults to AcrobatLike. |
OutlineNodeCollection | outlines | The OutlineNodeCollection to populate with the generated outlines.
If null, the generated outlines will replace the contents of |
OutputRange | pageRange | The range of pages to process. Defaults to null, which means all pages are processed. |
CancellationToken | cancellationToken | A token that can be used to cancel the operation. Defaults to None. |
Type | Description |
---|---|
Task |