Class ContentNode
Inherited Members
Namespace: pdftron.Layout
Assembly: PDFTronDotNet.dll
Syntax
public class ContentNode : ContentElement
Constructors
ContentNode(IntPtr, object)
Declaration
public ContentNode(IntPtr impl, object reference)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | impl | |
object | reference |
Methods
GetContentNodeIterator()
Retrieves a ContentNodeIterator object from the content node. The ContentNodeIterator object can be used to traverse the children of the content node.
Declaration
public ContentNodeIterator GetContentNodeIterator()
Returns
Type | Description |
---|---|
ContentNodeIterator | The ContentNodeIterator object. |