Method BeginMarkedContent
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
BeginMarkedContent(string, IPdfPropertyList?)
Begins marked content sequence with arbitrary tag.
public void BeginMarkedContent(string tag, IPdfPropertyList? properties = null)
Parameters
tag
stringThe tag indicating the role or significance of the marked content.
properties
IPdfPropertyListThe optional property list, which is a dictionary containing private information meaningful to the creator of the the marked content.
Exceptions
- ArgumentNullException
tag
isnull
.
BeginMarkedContent(PdfTagType, IPdfPropertyList?)
Begins marked content sequence with predefined tag.
public void BeginMarkedContent(PdfTagType tag, IPdfPropertyList? properties = null)
Parameters
tag
PdfTagTypeThe tag indicating the role or significance of the marked content.
properties
IPdfPropertyListThe optional property list, which is a dictionary containing private information meaningful to the creator of the the marked content.
Exceptions
- ArgumentException
tag
is Custom.