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
tagstringThe tag indicating the role or significance of the marked content.
propertiesIPdfPropertyListThe optional property list, which is a dictionary containing private information meaningful to the creator of the the marked content.
Exceptions
- ArgumentNullException
tagisnull.
BeginMarkedContent(PdfTagType, IPdfPropertyList?)
Begins marked content sequence with predefined tag.
public void BeginMarkedContent(PdfTagType tag, IPdfPropertyList? properties = null)
Parameters
tagPdfTagTypeThe tag indicating the role or significance of the marked content.
propertiesIPdfPropertyListThe optional property list, which is a dictionary containing private information meaningful to the creator of the the marked content.
Exceptions
- ArgumentException
tagis Custom.