{description} {excerpt}Clears all the Document properties for this document.{excerpt} {signature:C#} public void Clear() {signature}{signature:vb.net} Public Sub Clear() {signature} {example}{code:csharp|title=C#} docProps.Clear(); {code} {code:vb.net|title=vb.net} docProps.Clear() {code} {example} |