RemoveExternalSchemaReferences
Document.RemoveExternalSchemaReferences method
Removes external XML schema references from this document.
public void RemoveExternalSchemaReferences()
Examples
Shows how to remove all external XML schema references from a document.
Document doc = new Document(MyDir + "External XML schema.docx");
doc.RemoveExternalSchemaReferences();
See Also
- class Document
- namespace Aspose.Words
- assembly Aspose.Words