Skip to main content
All docs
V25.1
  • SignatureOptions.Reason Property

    Gets or sets the reason to apply a signature.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Core.v25.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public string Reason { get; set; }

    Property Value

    Type Description
    String

    The reason for the signature (for example, to indicate agreement to a contract).

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to Reason
    PdfExportOptions
    .SignatureOptions .Reason
    See Also