'Declaration <BrowsableAttribute(False)> Public Property InteractiveFormFieldsContainer As Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormFieldList
[Browsable(False)] public Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormFieldList InteractiveFormFieldsContainer { get; set; }
[Browsable(False)] public: __property Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormFieldList* get_InteractiveFormFieldsContainer(); public: __property void set_InteractiveFormFieldsContainer(
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormFieldList* value
);
[Browsable(False)] public:
property Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormFieldList^ InteractiveFormFieldsContainer { Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormFieldList^ get(); void set(Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormFieldList^ value); }