'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 - command must remove document information; false - command must NOT remove document information.
Default value is false.
Default value is false.