[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.MarkedContent.TagPropsBase

Class TagPropsBase

Namespace
GrapeCity.Documents.Pdf.MarkedContent
Assembly
GcDocs.Pdf.dll

Abstract base class for tags that use IPdfDict to store properties.

public abstract class TagPropsBase : TagBase
Inheritance
object
TagPropsBase
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

TagPropsBase()

protected TagPropsBase()

Properties

HasProperties

Gets a value indicating whether the current tag object has additional properties.

public override bool HasProperties { get; }

Property Value

bool

Properties

Gets the IPdfDict object containing the current tag's properties.

public IPdfDict Properties { get; }

Property Value

IPdfDict