TextShadow

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.

public class TextShadow : SignatureExtension

Constructors

Name Description
TextShadow() Creates TextShadow with default options.

Properties

Name Description
Angle { get; set; } Gets or sets angle for placing shadow relative to the text. Default value is 0.
Blur { get; set; } Gets or sets blur of the shadow. Default value is 4.
Color { get; set; } Gets or sets color of the shadow. Default value is Black.
Distance { get; set; } Gets or sets distance from text to shadow. Default value is 1.
Transparency { get; set; } Gets or sets transparency of the shadow. Default value is 0.

Methods

Name Description
virtual Clone() Gets a copy of this object.

See Also