API Reference
Class
PdfPageInteractionOptions
Bounds and inclusion policy for page interaction-map creation.
Inheritance
- Object
- PdfPageInteractionOptions
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 PdfDocumentRenderer.Interactions
- Method PdfPageInteractionMap.Create
Constructors
public PdfPageInteractionOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 MaxTextRegions { get; set; } #Maximum number of text-element regions emitted for one page.
public Int32 MaxImageRegions { get; set; } #Maximum number of image-placement regions emitted for one page.
public Boolean IncludeInvisibleText { get; set; } #Include invisible extracted text spans. Disabled by default.