[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Structure.ObjrContentItem

Class ObjrContentItem

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

Represents a parsed ObjrContentItemLink.

public class ObjrContentItem : ContentItemBase
Inheritance
object
ObjrContentItem
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ObjrContentItem()

public ObjrContentItem()

Properties

PdfObject

Gets the PDF object associated with this ObjrContentItem.

public object PdfObject { get; }

Property Value

object