'Declaration <BrowsableAttribute(False)> Public Property DefaultValue As PdfInteractiveFormTextFieldValue
[Browsable(False)] public PdfInteractiveFormTextFieldValue DefaultValue { get; set; }
[Browsable(False)] public: __property PdfInteractiveFormTextFieldValue* get_DefaultValue(); public: __property void set_DefaultValue(
PdfInteractiveFormTextFieldValue* value
);
[Browsable(False)] public:
property PdfInteractiveFormTextFieldValue^ DefaultValue { PdfInteractiveFormTextFieldValue^ get(); void set(PdfInteractiveFormTextFieldValue^ value); }