[]
        
(Showing Draft Content)

C1.Schedule.Printing.TagInfo

TagInfo Class

The TagInfo class represents the facade for the C1.C1Preview.Tag class. Use this class for getting information about document tags and for setting tag values before rendering the document.

Inheritance
TagInfo
Namespace: C1.Schedule.Printing
Assembly: C1.Win.Schedule.8.dll
Syntax
public class TagInfo

Properties

Name Description
Description

Gets or sets the description of the tag. If not empty, used as the label in the tag input dialog. (If Description is empty, the value of the Name property will be used as default value.)

InputParams

Gets a TagInputParams object that is used by the tag input dialog to customize the editor for the current tag. By default, this property is null.

Name

Gets the unique name of the tag object as it is defined in a document.

ShowInDialog

Gets or sets a value indicating whether to show the current tag and allow the user to edit its Value in the tags input dialog. True by default.

Type

Gets the current tag type.

Value

Gets or sets the C1.C1Preview.Tag object value.