PdfControlAction.ControlCount Property

Gets the number of controls associated with this action.

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: Int32
The number of controls associated with this action.

See Also