[]
Represents a content item specified via MCID and owning a StructElement.
public class McidContentItemLink : ContentItemLink, IOwnedObject, IPdfNumber
Initializes a new instance of the McidContentItemLink class.
public McidContentItemLink(int mcid)
mcid
intThe identificator of a Marked Content Sequence in the page specified by DefaultPage.
Gets the identificator of a Marked Content Sequence in the page specified by DefaultPage.
public int MCID { get; }
Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject.
public override IPdfObject PdfObject { get; }