Click or drag to resize

PdfContentMarkTagRole Property

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.

Namespace: SautinSoft.Pdf.Content.Marked
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntax
public PdfContentMarkTagRole Role {
	get;
 }

Property Value

PdfContentMarkTagRole
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.
See Also