TextShadow class

TextShadow class

Represents text shadow properties for text signatures. The result may vary depending on the signature type and document format. TextShadow is recommended for using with TextAsImage signature for all supported document types, also with simple TextSignature and TextSignature as watermark for Spreadsheets (.xslx) and Presentations (.pptx). Simple TextSignature for Words (.docx) is recommended too, but has limited functionality.

Inheritance: TextShadowSignatureExtension

The TextShadow type exposes the following members:

Constructors

Constructor Description
init Creates TextShadow with default options.

Properties

Property Description
distance Gets or sets distance from text to shadow.
Default value is 1.
angle Gets or sets angle for placing shadow relative to the text.
Default value is 0.
color Gets or sets color of the shadow.
Default value is Black.
transparency Gets or sets transparency of the shadow.
Default value is 0.
blur Gets or sets blur of the shadow.
Default value is 4.

Methods

Method Description
clone Gets a copy of this object.

See Also