 | PdfFieldControls Property |
Gets collection of controls assigned to this field.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfControlCollections Controls { get; }Public ReadOnly Property Controls As PdfControlCollections
Get
public:
property PdfControlCollections^ Controls {
PdfControlCollections^ get ();
}member Controls : PdfControlCollections with get
/** @property */
public PdfControlCollections get_Controls()
Property Value
PdfControlCollections
See Also