API Reference
Class
PdfLayoutDebugOverlayOptions
Controls the shared-Drawing layout diagnostics projected over one PDF page.
Inheritance
- Object
- PdfLayoutDebugOverlayOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public PdfLayoutDebugOverlayOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean ShowWords { get; set; } #Draw boxes around whitespace-delimited words.
public Boolean ShowLines { get; set; } #Draw boxes around inferred text lines.
public Boolean ShowRegions { get; set; } #Draw boxes around inferred paragraph regions.
public Boolean ShowReadingOrder { get; set; } #Draw reading-order numbers for lines.
public Int32 MaxElements { get; set; } #Maximum boxes and labels added to one overlay.
public Int64 MaxRasterPixels { get; set; } #Maximum number of pixels allocated when rasterizing one overlay.
public OfficeColor WordColor { get; set; } #Word-box color.
public OfficeColor LineColor { get; set; } #Line-box color.
public OfficeColor RegionColor { get; set; } #Paragraph-region color.
Fields
public const Int64 DefaultMaxRasterPixels #Default maximum number of pixels allocated by one PNG overlay.
Value:
64000000