API Reference
PdfReadOptions
Controls semantic reconstruction performed by CancellationToken).
Inheritance
- Object
- PdfReadOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PdfReadOptions.Clone
- Property PdfReadOptions.Default
Accepted by parameters
- Method PdfDocument.Read
Constructors
public PdfReadOptions() #Methods
public PdfReadOptions Clone() #PdfReadOptionsCreates an independent copy of these semantic read settings. Custom stage instances are reused, while mutable layout and pipeline option containers are copied.
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public static PdfReadOptions Default { get; } #Creates independent structured-read settings.
public PdfReadProfile Profile { get; set; } #Semantic reconstruction profile. Structured is the default public contract.
public PdfPageSelection PageSelection { get; set; } #Optional caller-ordered page selection. Null reads every page in document order.
public PdfTextLayoutOptions LayoutOptions { get; set; } #Layout and geometry settings shared by every built-in semantic stage.
public PdfUnderstandingPipelineOptions Pipeline { get; set; } #Optional semantic-stage customization. Null selects the built-in stages for Profile. Custom stages still run inside the canonical read engine and produce the same result contract.