PdfOutline.Prev Property
In This Article
Gets the previous item at the outline level.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfOutline Prev { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also