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
| Name | Type | Access | Description |
|---|---|---|---|
Mcid | int | Read | The marked content identifier (MCID). |
Tag | string | Read | The structure element tag (e.g. |
Methods
| Signature | Description |
|---|---|
BeginMarkedContent() | BDC operator to begin the marked content sequence. |
EndMarkedContent() | EMC operator to end the marked content sequence. |