Skip to main content

PdfInteractiveFormField.Parent Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfInteractiveFormField Parent { get; }

Property Value

Type Description
PdfInteractiveFormField

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

See Also