Click or drag to resize
Pdftools logo

RemovalOptionsRemoveStructureTree Property

Whether to remove the data describing the logical structure of a PDF

The logical structure of the document is a description of the content of its pages. It consists of a fine granular hierarchical tagging that distinguishes between the actual content and artifacts (such as page numbers, layout artifacts, etc.). The tagging provides a meaningful description, for example "This is a header", "This color image shows a small sailing boat at sunset", etc. This information can be used e.g. to read the document to the visually impaired.

Default: except in the profile Archive.


Namespace: PdfTools.Optimization
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public bool RemoveStructureTree { get; set; }

Property Value

Boolean
See Also