Returns the enumerator that iterates through the collection of document controls.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public IEnumerable<PdfControl> GetControls()
VB
Public Function GetControls As IEnumerable(Of PdfControl)
Return Value
Type:
IEnumerable<
PdfControl>
The enumerator that can be used to iterate through the collection of
document controls.
See Also