Skip to main content
A newer version of this page is available. .

PdfOutlineViewerSettings.WrapLongLines Property

Gets or sets whether to wrap long lines in the outline node text of the PDF outline viewer.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PdfViewer

Declaration

public bool WrapLongLines { get; set; }

Property Value

Type Description
Boolean

true to wrap long lines in the outline node text; false to show the outline node text unwrapped in the PDF outline viewer.

Property Paths

You can access this nested property as listed below:

Object Type Path to WrapLongLines
PdfViewer
.OutlineViewerSettings .WrapLongLines

Remarks

The following table demonstrates the WrapLongLines property in action.

WrapLongLines = true WrapLongLines = false
WrapLongLines_true WrapLongLines_false
See Also