Skip to main content
A newer version of this page is available. .

PdfDocument.LogicalStructure Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public PdfLogicalStructure LogicalStructure { get; }

Property Value

Type Description
DevExpress.Pdf.PdfLogicalStructure

A DevExpress.Pdf.PdfLogicalStructure object.

See Also