API Reference

Class

PdfDebugOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Debug drawing toggles. When enabled, the writer overlays guides (margins, baselines, row boxes).

Inheritance

  • Object
  • PdfDebugOptions

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

Constructors

public PdfDebugOptions() #

Properties

public Boolean ShowContentArea { get; set; } #

Draw the content area (margins) rectangle on each page.

public Boolean ShowFlowObjectBoxes { get; set; } #

Draw fixed-size flow object rectangles for images, shapes, drawings, and annotation anchors.

public Boolean ShowCanvasItemBoxes { get; set; } #

Draw absolute canvas item rectangles for text, text boxes, images, shapes, drawings, tables, clips, and annotation anchors.

public Boolean ShowTableBaselines { get; set; } #

Draw a thin baseline for each table row.

public Boolean ShowTableRowBoxes { get; set; } #

Draw row rectangles (independent of styling) to verify box alignment.

public Boolean ShowTableColumnGuides { get; set; } #

Draw table column guides (vertical lines at column boundaries).