'Declaration <DescriptionAttribute("A value indicating whether the command must remove document information.")> <DefaultValueAttribute(False)> Public Property RemoveDocumentInformation As Boolean
[Description("A value indicating whether the command must remove document information.")] [DefaultValue(False)] public bool RemoveDocumentInformation { get; set; }
[Description("A value indicating whether the command must remove document information.")] [DefaultValue(False)] public: __property bool get_RemoveDocumentInformation(); public: __property void set_RemoveDocumentInformation(
bool value
);
[Description("A value indicating whether the command must remove document information.")] [DefaultValue(False)] public:
property bool RemoveDocumentInformation { bool get(); void set(bool value); }
Property Value
True - команда должна удалить информацию о документе; false - команда НЕ должна удалять информацию о документе.
Значение по умолчанию: false.
Значение по умолчанию: false.