Click or drag to resize

PdfContentMarkTag(PdfContentMarkTagRole) Constructor

Initializes a new instance of the PdfContentMarkTag structure from the specified PdfContentMarkTagRole value.

Namespace: SautinSoft.Pdf.Content.Marked
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntax
public PdfContentMarkTag(
	PdfContentMarkTagRole value
)

Parameters

value  PdfContentMarkTagRole
The PdfContentMarkTagRole value.
Exceptions
ExceptionCondition
NotSupportedExceptionValue Unknown of enumeration PdfContentMarkTagRole is not supported in the requested operation.
See Also