Table of Contents

Property EmitLogicalStructure

Namespace
DocWright.Layout
Assembly
DocWright.Layout.dll

EmitLogicalStructure

Gets or sets a value indicating whether composition emits logical-structure marks for tagged output. Default false.

public bool EmitLogicalStructure { get; set; }

Property Value

bool

Remarks

Structure is a mode, exactly as PDF/A conformance is: with this off, the produced LayoutDocument contains no StructureRole marks at all and every renderer's bytes are unchanged. It is off by default so existing callers, the visual corpus and the imaging comparison gate all keep their current output.