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

LabelInfo.MoreOneColumnOnPage(SizeF, Single) Method

Specifies whether or not a label of the specified size will fit into more than one column’s dimensions on a page.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public bool MoreOneColumnOnPage(
    SizeF paperSize,
    float paperSizeDpi
)

Parameters

Name Type Description
paperSize SizeF

A SizeF structure, specifying the paper size.

paperSizeDpi Single

A Single value, specifying the DPI used to measure the paper size.

Returns

Type Description
Boolean

true, if the specified label can be printed in more than a single column; otherwise, false.

See Also