Gets the items collection.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfStateWidgetItemCollection WidgetItems { get; }
Public ReadOnly Property WidgetItems As PdfStateWidgetItemCollection
	Get
public:
property PdfStateWidgetItemCollection^ WidgetItems {
	PdfStateWidgetItemCollection^ get ();
}
member WidgetItems : PdfStateWidgetItemCollection with get

Property Value

PdfStateWidgetItemCollection

See Also