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

PageMarginInfo(String, Margins) Constructor

Initializes a new instance of the PageMarginInfo class with the specified settings.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.1.dll

Declaration

public PageMarginInfo(
    string displayName,
    Margins margins
)

Parameters

Name Type Description
displayName String

A string that specifies the margin format’s display name. This value is assigned to the PageMarginInfo.DisplayName property.

margins Margins

An object that specifies the page margins. This value is assigned to the PageMarginInfo.Margins property.

See Also