Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocument.LogicalStructure Property

Provides access to the document’s structure tree root dictionary.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfLogicalStructure LogicalStructure { get; }

Property Value

Type Description
DevExpress.Pdf.PdfLogicalStructure

A DevExpress.Pdf.PdfLogicalStructure object.

See Also