Skip to main content
All docs
V25.1
  • PageMarginInfo(String, DXMargins) Constructor

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

    Namespace: DevExpress.Xpf.Printing

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

    NuGet Package: DevExpress.Wpf.Printing

    Declaration

    public PageMarginInfo(
        string displayName,
        DXMargins margins
    )

    Parameters

    Name Type
    displayName String
    margins DXMargins
    See Also