[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.ObjrContentItemLink

Class ObjrContentItemLink

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

Represents a custom PDF object as a Content Item in a PDF structure tree (OBJR PDF object).

public class ObjrContentItemLink : RContentItemLink, IOwnedObject, IPdfDict
Inheritance
object
ObjrContentItemLink
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

Initializes a new instance of the ObjrContentItemLink class.

public ObjrContentItemLink()

Initializes a new instance of the ObjrContentItemLink class.

public ObjrContentItemLink(IContentItem contentItem)

Parameters

contentItem IContentItem

The associated IContentItem object.

Properties

Gets or sets the referenced object.

public IContentItem Obj { get; set; }

Property Value

IContentItem