Skip to main content
All docs
V24.2

PaddingInfo(PaddingInfo) Constructor

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v24.2.dll

Declaration

public PaddingInfo(
    PaddingInfo src
)

Parameters

Name Type Description
src PaddingInfo

A PaddingInfo object whose settings are used to initialize the created object’s properties.

See Also