MarkedContentInfo

MarkedContentInfo

Overview

MarkedContentInfo is a class in Aspose.PDF FOSS for .NET.

Information about a marked content sequence, used to wrap content in BDC/EMC operators.

This class provides 2 methods for working with MarkedContentInfo objects in .NET programs. Available methods include: BeginMarkedContent, EndMarkedContent. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Mcid, Tag.

Properties

NameTypeAccessDescription
McidintReadThe marked content identifier (MCID).
TagstringReadThe structure element tag (e.g.

Methods

SignatureDescription
BeginMarkedContent()BDC operator to begin the marked content sequence.
EndMarkedContent()EMC operator to end the marked content sequence.

See Also