Back to Devexpress

PdfOutlineViewerSettings.WrapLongLines Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfoutlineviewersettings-911e774a.md

latest1.8 KB
Original Source

PdfOutlineViewerSettings.WrapLongLines Property

Gets or sets whether to wrap outline titles in the Bookmarks panel.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public bool WrapLongLines { get; set; }
vb
Public Property WrapLongLines As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to wrap outline titles; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to WrapLongLines
PdfViewer

.OutlineViewerSettings .WrapLongLines

|

Remarks

The following table demonstrates the WrapLongLines property in action.

WrapLongLines = trueWrapLongLines = false

See Also

PdfOutlineViewerSettings Class

PdfOutlineViewerSettings Members

DevExpress.XtraPdfViewer Namespace