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

PdfOutlineViewerSettings.WrapLongLines Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

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

To access a PdfOutlineViewerSettings object, use the PdfViewer.OutlineViewerSettings property.

See Also