Interface ITextTags
The text tag model.
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public interface ITextTags
Properties
| Improve this Doc View SourceTextTagDefinitions
Gets or sets the text tags definitions declared in the list can be used in the document by using the definition ID.
Declaration
List<TextTagDefinition> TextTagDefinitions { get; set; }
Property Value
Type | Description |
---|---|
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.
Declaration
bool UseTextTags { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |