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