[]
Represents a custom PDF object as a Content Item in a PDF structure tree (OBJR PDF object).
public class ObjrContentItemLink : RContentItemLink, IOwnedObject, IPdfDict
Initializes a new instance of the ObjrContentItemLink class.
public ObjrContentItemLink()
Initializes a new instance of the ObjrContentItemLink class.
public ObjrContentItemLink(IContentItem contentItem)
contentItem
IContentItemThe associated IContentItem object.
Gets or sets the referenced object.
public IContentItem Obj { get; set; }