MarkedContentReference
Overview
MarkedContentReference is a class in Aspose.Pdf FOSS for Java.
Marked content reference — links a structure element to marked content in a page’s content stream (ISO 32000-1:2008, §14.7.4.2).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
mCID | int | Read | Returns the marked content identifier (MCID). |
page | COSDictionary | Read | Returns the page dictionary, or {@code null} if inherited from parent. |
Methods
| Signature | Description |
|---|---|
MarkedContentReference(mcid: int, page: COSDictionary) | Creates a marked content reference. |
getMCID() → int | Returns the marked content identifier (MCID). |
getPage() → COSDictionary | Returns the page dictionary, or {@code null} if inherited from parent. |
fromDictionary(dict: COSDictionary) → MarkedContentReference | Parses a MCR from a COS dictionary. |