'Declaration Public Property FocusedInteractiveForm As Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfDocumentInteractiveForm
public Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfDocumentInteractiveForm FocusedInteractiveForm { get; set; }
public: __property Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfDocumentInteractiveForm* get_FocusedInteractiveForm(); public: __property void set_FocusedInteractiveForm(
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfDocumentInteractiveForm* value
);
public:
property Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfDocumentInteractiveForm^ FocusedInteractiveForm { Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfDocumentInteractiveForm^ get(); void set(Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfDocumentInteractiveForm^ value); }