Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SignatureAppearance Class
Properties

In This Topic
    SignatureAppearance Class Members
    In This Topic

    The following tables list the members exposed by SignatureAppearance.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SignatureAppearance class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the back color, if not specified then GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.BackColor will be used.  
    Public PropertyGets or sets the border, if null then GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.Border will be used.  
    Public PropertyGets 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 PropertyGets or sets a value indicating how to position the signature's caption relative to image.  
    Public PropertyGets or sets the signature’s image.  
    Public PropertyGets or sets the GrapeCity.Documents.Text.TextFormat object defining text format. FontSize can be 0 in this case text will be fit in available bounds.  
    Top
    See Also