Skip to main content

PdfDocument.LogicalStructure Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfLogicalStructure LogicalStructure { get; }

Property Value

Type Description
DevExpress.Pdf.PdfLogicalStructure

A DevExpress.Pdf.PdfLogicalStructure object.

See Also