[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.McidContentItemLink

Class McidContentItemLink

Namespace
GrapeCity.Documents.Pdf.Structure
Assembly
GcDocs.Pdf.dll

Represents a content item specified via MCID and owning a StructElement.

public class McidContentItemLink : ContentItemLink, IOwnedObject, IPdfNumber
Inheritance
McidContentItemLink
Implements
Inherited Members
Extension Methods

Constructors

Initializes a new instance of the McidContentItemLink class.

public McidContentItemLink(int mcid)

Parameters

mcid int

The identificator of a Marked Content Sequence in the page specified by DefaultPage.

Properties

Gets the identificator of a Marked Content Sequence in the page specified by DefaultPage.

public int MCID { get; }

Property Value

int

Gets the underlying IPdfObject.

public override IPdfObject PdfObject { get; }

Property Value

IPdfObject