Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Tags

TagModel Class

Class repsresenting a Tag in the PDF document.

csharp
public class TagModel

Inheritance System.Object 🡒 TagModel

Properties
AlternateDescriptionThe alternate description for the tag and its children
Base64IdThe byte array ID of the tag encoded as base64
ClassNamesThe names of attribute classes associated with the Tag.
ExpandedAbbreviationThe expanded form of an abbreviation or an acronym.
LanguageIdentifierAn alternative description of the tag in human-readable form
ReplacementTextText that is an exact replacement for the content enclosed by the tag and its children
RevisionThe revision of this tag. Absence implies revision 0.
TitleThe Title of the Tag.
TypeThe structure type of this tag. Overridden by derived classes. Examples: List, Table, H1, etc.