Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / ObjrContentItemLink Class / ObjrContentItemLink Constructor / ObjrContentItemLink Constructor(IContentItem)
The associated IContentItem object.

In This Topic
    ObjrContentItemLink Constructor(IContentItem)
    In This Topic
    Initializes a new instance of the ObjrContentItemLink class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal contentItem As IContentItem _
    )
    public ObjrContentItemLink( 
       IContentItem contentItem
    )

    Parameters

    contentItem
    The associated IContentItem object.
    See Also