Back to Devexpress

PdfInteractiveFormField.Widget Property

officefileapi-devexpress-dot-pdf-dot-pdfinteractiveformfield-60897878.md

latest1.8 KB
Original Source

PdfInteractiveFormField.Widget Property

Gets the widget annotation associated with the interactive form field.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfWidgetAnnotation Widget { get; }
vb
Public ReadOnly Property Widget As PdfWidgetAnnotation

Property Value

TypeDescription
PdfWidgetAnnotation

A PdfWidgetAnnotation object that is the widget annotation.

|

Remarks

If the Widget property returns null, this field has child fields. Use the PdfInteractiveFormField.Kids property and check the Widget property of the interactive form field’s children.

Tip

Starting with v21.1, the PDF Document API ships with the Facade API that allows you to perform various operations on a PDF document without access to its inner structure. Use the PdfWidgetFacade options to change the form field appearance. Refer to the following article for more information: Interactive Forms in PDF Documents.

See Also

PdfInteractiveFormField Class

PdfInteractiveFormField Members

DevExpress.Pdf Namespace