Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfInteractiveFormField.Parent Property

Gets the parent of the field in the interactive form field hierarchy.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Core.dll

Declaration

public PdfInteractiveFormField Parent { get; }

Property Value

Type Description
PdfInteractiveFormField

A PdfInteractiveFormField object that represents the parent of the interactive form field.

See Also