Class ContentNode
The Document Creation API classes
Implements
Inherited Members
Namespace: pdftron.Layout
Assembly: PDFNet.dll
Syntax
public class ContentNode : ContentElement, IDisposable
Methods
Dispose(bool)
Declaration
[HandleProcessCorruptedStateExceptions]
protected override void Dispose(bool A_0)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | A_0 |
Overrides
GetContentNodeIterator()
Retrieve 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 |