Gets the collection of controls associated with this action.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfCollection<PdfControl> Controls { get; }
VB
Public ReadOnly Property Controls As PdfCollection(Of PdfControl)
Get
Property Value
Type:
PdfCollection<
PdfControl>
The collection of controls associated with this action.
See Also