Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / McrContentItemLink Class / FormXObject Property

In This Topic
    FormXObject Property (McrContentItemLink)
    In This Topic
    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 GrapeCity.Documents.Pdf.Page (either in the marked-content reference dictionary or in the parent structure element).
    Syntax
    'Declaration
     
    Public Property FormXObject As FormXObject
    public FormXObject FormXObject {get; set;}
    See Also