[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.McrContentItemLink

Class McrContentItemLink

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

Represents a Marked-Content Sequence as a Content Item in a PDF structure tree (MCR PDF object).

public class McrContentItemLink : RContentItemLink, IOwnedObject, IPdfDict
Inheritance
object
McrContentItemLink
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 McrContentItemLink class.

public McrContentItemLink()

Properties

Gets or sets the object owning the content stream identified by the FormXObject property.

public PdfWrapperBase ContentStreamOwner { get; set; }

Property Value

PdfWrapperBase

Gets or sets the content stream containing the marked-content sequence. This entry should be present only if the marked-content sequence resides in a content stream other than the content stream for the page - for example, in a form XObject or an annotation’s appearance stream. If this entry is absent, the marked-content sequence is contained in the content stream of the page identified by Page (either in the marked-content reference dictionary or in the parent structure element).

public FormXObject FormXObject { get; set; }

Property Value

FormXObject

Gets or sets the marked-content identifier of the marked-content sequence within its content stream.

public int MCID { get; set; }

Property Value

int