[]
        
(Showing Draft Content)

C1.C1Preview.TagBase

TagBase Class

The abstract base class for system (TagSys) and user defined (Tag) tags.

Inheritance
TagBase
Implements
Namespace: C1.C1Preview
Assembly: C1.WPF.PrintDocument.4.6.2.dll
Syntax
[C1ClassSerialization(true)]
public abstract class TagBase : NamedCollectionItem, ICloneable
<C1ClassSerialization(True)>
Public MustInherit Class TagBase
    Inherits NamedCollectionItem
    Implements ICloneable

Properties

Name Description
Document

Gets the C1PrintDocument object containing the current tag. Can return null if the tag has not been added to a document.

Value

Gets or sets the value of the current tag.