Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / McidContentItemLink Class / McidContentItemLink Constructor
The identificator of a Marked Content Sequence in the page specified by StructElement.DefaultPage.

In This Topic
    McidContentItemLink Constructor
    In This Topic
    Initializes a new instance of the McidContentItemLink class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal mcid As System.Integer _
    )
    public McidContentItemLink( 
       System.int mcid
    )

    Parameters

    mcid
    The identificator of a Marked Content Sequence in the page specified by StructElement.DefaultPage.
    See Also