XFINIUM.PDF Documentation
Children Property



Xfinium.Pdf.LogicalStructure Namespace > PdfStructureElement Class : Children Property
Gets or sets the content of this structure element.
Syntax
'Declaration
 
Public Property Children As IPdfStructureElementContent
'Usage
 
Dim instance As PdfStructureElement
Dim value As IPdfStructureElementContent
 
instance.Children = value
 
value = instance.Children
public IPdfStructureElementContent Children {get; set;}
public:
property IPdfStructureElementContent^ Children {
   IPdfStructureElementContent^ get();
   void set (    IPdfStructureElementContent^ value);
}

Property Value

The children of this structure element.
Remarks
The value of this entry may be one of the following objects or a collection consisting of one or more of the following objects in any combination:
• Another structure element
• An integer marked-content identifier (PdfMarkedContentSequenceIdentifier) denoting a marked-content sequence
• A marked-content reference (PdfMarkedContentReference) denoting a marked-content sequence
• An object reference (PdfObjectReference) denoting a PDF object
Each of these objects other than the first (the structure element) shall be considered to be a content item.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfStructureElement Class
PdfStructureElement Members