Table of Contents

Interface ITextTags

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

The text tag model.

public interface ITextTags

Properties

TextTagDefinitions

Gets or sets the text tags definitions declared in the list can be used in the document by using the definition ID.

List<TextTagDefinition> TextTagDefinitions { get; set; }

Property Value

List<TextTagDefinition>

UseTextTags

Gets or sets a value indicating whether to convert the text tags to form fields.

It is recommended to set your text tags color to match your background color, in most cases, it will be white on white.

bool UseTextTags { get; set; }

Property Value

bool