Back to Devexpress

PdfDocument.LogicalStructure Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-3588b80a.md

latest1008 B
Original Source

PdfDocument.LogicalStructure Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfLogicalStructure LogicalStructure { get; }
vb
Public ReadOnly Property LogicalStructure As PdfLogicalStructure

Property Value

TypeDescription
DevExpress.Pdf.PdfLogicalStructure

A DevExpress.Pdf.PdfLogicalStructure object.

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace