Field Parent Property. The parent of this field. ABCpdf .NET PDF Library.

ABCpdf .net

 
  

 

TypeDefault ValueRead OnlyDescription
[C#] Field

[Visual Basic]
Field
See description. Yes The parent of this field.

 

 

  

Notes
 

This property holds the parent of this field.

Each field may have a number of children which you can access using the Kids property. Each child will have one parent which you can access using the Parent property. Fields at the top of the hierarchy will have a null parent.


 

  

Example
 

None.