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

PdfFormFieldFacade<TWidget, TField>.Widgets Property

Retrieves properties of each annotation widget related to the form field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v22.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<TWidget> Widgets { get; }

Property Value

Type Description
IList<TWidget>

A list of PdfWidgetFacade objects that contain widget properties.

See Also