Class TagBase
- Namespace
- GrapeCity.Documents.Pdf.MarkedContent
- Assembly
- GcDocs.Pdf.dll
Abstract base class for parameterized Marked Content Tags.
public abstract class TagBase
- Inheritance
-
object
TagBase
-
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Constructors
TagBase()
Properties
HasProperties
Gets a value indicating whether the current tag object has additional properties.
public virtual bool HasProperties { get; }
Property Value
- bool