API Reference
Class
ReaderDetectionOptions
Bounds and policy for content detection.
Inheritance
- Object
- ReaderDetectionOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method DocumentReader.Detect
- Method DocumentReader.Detect
- Method DocumentReader.Detect
- Method DocumentReader.DetectAsync
- Method DocumentReader.DetectAsync
- Method DocumentReader.DetectAsync
- Method OfficeDocumentReader.Detect
- Method OfficeDocumentReader.Detect
- Method OfficeDocumentReader.Detect
- Method OfficeDocumentReader.DetectAsync
- Method OfficeDocumentReader.DetectAsync
- Method OfficeDocumentReader.DetectAsync
Constructors
public ReaderDetectionOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public ReaderDetectionMode Mode { get; set; } #Detection policy. Standalone detection defaults to PreferContent.
public Int32 MaxProbeBytes { get; set; } #Maximum prefix bytes inspected for signatures and text markers. Default: 64 KiB.
public Int32 MaxContainerEntries { get; set; } #Maximum archive entries inspected while classifying ZIP-based formats. Default: 512.
public Boolean InspectContainers { get; set; } #When true, inspect seekable ZIP containers for Office, Visio, and EPUB package markers. Default: true.