Back to Devexpress

PdfOutline.Next Property

officefileapi-devexpress-dot-pdf-dot-pdfoutline-684ad636.md

latest968 B
Original Source

PdfOutline.Next Property

Gets the next item at the outline level.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfOutline Next { get; }
vb
Public ReadOnly Property [Next] As PdfOutline

Property Value

TypeDescription
PdfOutline

A PdfOutline object that is the next outline item.

|

See Also

PdfOutline Class

PdfOutline Members

DevExpress.Pdf Namespace