Pdf |
Represents the role or significance of the marked-content element.
All tags shall be registered with Adobe Systems (see Annex E) to avoid conflicts between different applications marking the same content stream.
The PdfContentMarkTag type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfContentMarkTag(PdfContentMarkTagRole) | Initializes a new instance of the PdfContentMarkTag structure from the specified PdfContentMarkTagRole value. | |
| PdfContentMarkTag(String) | Initializes a new instance of the PdfContentMarkTag structure from the specified String value. |
| Name | Description | |
|---|---|---|
| Role | Gets the role of the marked-content tag as specified in the various parts of PDF Specification ISO 32000-1:2008 or Unknown if the role is unknown. |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to this PdfContentMarkTag instance.
(Overrides ValueTypeEquals(Object)) | |
| Equals(PdfContentMarkTag) | Determines whether the other PdfContentMarkTag is equal to this PdfContentMarkTag instance. | |
| GetHashCode |
Returns a hash code for this PdfContentMarkTag instance.
(Overrides ValueTypeGetHashCode) | |
| ToString |
Returns a String that represents this PdfContentMarkTag instance.
(Overrides ValueTypeToString) |
| Name | Description | |
|---|---|---|
| Equality(PdfContentMarkTag, PdfContentMarkTag) | Determines whether first and second PdfContentMarkTags are equal. | |
| Inequality(PdfContentMarkTag, PdfContentMarkTag) | Determines whether first and second PdfContentMarkTags are not equal. |