[]
        
(Showing Draft Content)

SignatureAppearance

Type Alias: SignatureAppearance

type SignatureAppearance = object;

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

Properties

backColor?

optional backColor?: Color;

The back color, if not specified then WidgetAnnotation#backColor will be used.


border?

optional border?: BorderProperties;

The border, if null then WidgetAnnotation#border will be used.


caption?

optional caption?: string;

The signature's caption. This field can be empty, in this case caption is generated as: ()\r\n


captionImageRelation?

optional captionImageRelation?: CaptionImageRelation;

A value indicating how to position the signature's caption relative to image.


font?

optional font?: Font;

The Font to use, if unspecified then standard Helvetica font will be used.


fontSize?

optional fontSize?: number;

The font size, can be 0 in this case text will be fit in available bounds, if unspecified then 0 will be used.


foreColor?

optional foreColor?: Color;

The fore color.


image?

optional image?: Image;

The signature image.