Gets the collection of widgets (annotations and controls) associated
with this page.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfWidgetCollection Widgets { get; }
VB
Public ReadOnly Property Widgets As PdfWidgetCollection
Get
Property Value
Type:
PdfWidgetCollectionThe collection of widgets associated with this page.
See Also