API Reference

Class

PdfLayoutDebugOverlayOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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

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 OfficeColor WordColor { get; set; } #

Word-box color.

public OfficeColor LineColor { get; set; } #

Line-box color.

public OfficeColor RegionColor { get; set; } #

Paragraph-region color.