 | PdfFieldControls Property |
Gets collection of controls assigned to this field.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
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
Type:
PdfControlCollections
See Also