Skip to main content

Link.VerticalContentSplitting Property

Gets or sets whether content bricks outside the right page margin should be split across pages or moved to the next page.

Namespace: DevExpress.WinUI.Printing

Assembly: DevExpress.WinUI.Printing.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public VerticalContentSplitting VerticalContentSplitting { get; set; }

Property Value

Type Description
VerticalContentSplitting

The VerticalContentSplitting mode.

Available values:

Name Description
Exact

When the brick dimensions do not fit into the right page margin, the rest of the brick content is split across two pages.

Smart

When the brick dimensions do not fit into the right page margin, the brick content is moved to a new page in its entirety.

See Also