Table of Contents

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 string

The tag indicating the role or significance of the marked content.

properties IPdfPropertyList

The optional property list, which is a dictionary containing private information meaningful to the creator of the the marked content.

Exceptions

ArgumentNullException

tag is null.

BeginMarkedContent(PdfTagType, IPdfPropertyList?)

Begins marked content sequence with predefined tag.

public void BeginMarkedContent(PdfTagType tag, IPdfPropertyList? properties = null)

Parameters

tag PdfTagType

The tag indicating the role or significance of the marked content.

properties IPdfPropertyList

The optional property list, which is a dictionary containing private information meaningful to the creator of the the marked content.

Exceptions

ArgumentException

tag is Custom.