'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the PDF viewer application should provide support for editing the field value.")> Public Property IsSupportsEditing As Boolean
[DefaultValue(False)] [Description("A value indicating whether the PDF viewer application should provide support for editing the field value.")] public bool IsSupportsEditing { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the PDF viewer application should provide support for editing the field value.")] public: __property bool get_IsSupportsEditing(); public: __property void set_IsSupportsEditing(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the PDF viewer application should provide support for editing the field value.")] public:
property bool IsSupportsEditing { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.