Gets the number 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 int WidgetCount { get; }
VB
Public ReadOnly Property WidgetCount As Integer
Get
Property Value
Type:
Int32The number of widgets associated with this page.
See Also