Class TagCustom
- Namespace
- GrapeCity.Documents.Pdf.MarkedContent
- Assembly
- GcDocs.Pdf.dll
Represents a common custom tag, which can be prepared to represent any tag.
public class TagCustom : TagPropsBase
- Inheritance
-
object
TagCustom
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Constructors
TagCustom()
Properties
Name
Gets or sets this tag's name.
public string Name { get; set; }
Property Value
- string