Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SignatureProperties Class / Reason Property

In This Topic
    Reason Property (SignatureProperties)
    In This Topic
    Gets or sets the reason for the signing, such as "I agree...".
    Syntax
    'Declaration
     
    Public Property Reason As System.String
    public System.string Reason {get; set;}
    See Also