Gets the number of controls associated with this page.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public int ControlCount { get; }
VB
Public ReadOnly Property ControlCount As Integer
Get
Property Value
Type:
Int32The number of controls associated with this page.
See Also