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

LabelInfo.CalculateLabelCount(SizeF, Single) Method

Specifies the number of labels of the specified size that fit into a page’s dimensions.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public int CalculateLabelCount(
    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
Int32

An integer value, specifying the number of labels to print on a page.

See Also