PdfInteractiveFormField.Parent Property
In This Article
Gets the parent of the field in the interactive form field hierarchy.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfInteractiveFormField Parent { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also