[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.SignatureAppearance

Class SignatureAppearance

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

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

public class SignatureAppearance
Inheritance
object
SignatureAppearance
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SignatureAppearance()

Initializes a new instance of the SignatureAppearance class.

public SignatureAppearance()

Properties

BackColor

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

public Color? BackColor { get; set; }

Property Value

System.Drawing.Color?

Border

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

public Border Border { get; set; }

Property Value

Border

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}

public string Caption { get; set; }

Property Value

string

CaptionImageRelation

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

public CaptionImageRelation CaptionImageRelation { get; set; }

Property Value

CaptionImageRelation

Image

Gets or sets the signature’s image.

public IImage Image { get; set; }

Property Value

IImage

TextFormat

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

public TextFormat TextFormat { get; set; }

Property Value

TextFormat