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

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

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public CommitmentType(
        string id,
        string description
    )

    Parameters

    Name Type Description
    id String

    The commitment object identifier.

    description String

    Additional commitment information.

    See Also