Skip to main content
A newer version of this page is available.
All docs
V18.2

VisualBrick.CreateLayoutData(Single) Method

This method is intended for internal use only. Normally, you don’t need to use it.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public virtual ILayoutData CreateLayoutData(
    float dpi
)

Parameters

Name Type Description
dpi Single

A float value specifying the dpi for the created layout data object.

Returns

Type Description
DevExpress.XtraPrinting.Native.LayoutAdjustment.ILayoutData

An object implementing the DevExpress.XtraPrinting.Native.LayoutAdjustment.ILayoutData interface.

See Also