Skip to main content
All docs
V23.2

PageMarginInfo(String, DXMargins) Constructor

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public PageMarginInfo(
    string displayName,
    DXMargins margins
)

Parameters

Name Type
displayName String
margins DXMargins
See Also