[]
Abstract base class for tags that use IPdfDict to store properties.
public abstract class TagPropsBase : TagBase
protected TagPropsBase()
Gets a value indicating whether the current tag object has additional properties.
public override bool HasProperties { get; }
Gets the IPdfDict object containing the current tag's properties.
public IPdfDict Properties { get; }