[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.SignatureAppearance

SignatureAppearance Class

Represents properties used to generate signature appearance when a document is signed.

Inheritance
SignatureAppearance
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class SignatureAppearance
Public Class SignatureAppearance

Constructors

Name Description
SignatureAppearance()

Initializes a new instance of the SignatureAppearance class.

Properties

Name Description
BackColor

Gets or sets the back color, if not specified then BackColor will be used.

Border

Gets or sets the border, if null then Border will be used.

Caption

Gets or sets the signature's caption. This field can be empty, in this case caption is generated as: {SignatureProperties.SignerName} ({SignatureProperties.Location})\r\n{SignatureProperties.SigningDateTime}

CaptionImageRelation

Gets or sets a value indicating how to position the signature's caption relative to image.

Image

Gets or sets the signature’s image.

TextFormat

Gets or sets the TextFormat object defining text format. FontSize can be 0 in this case text will be fit in available bounds.