ITextDocument.SaveAs Method
Include Protected Members
Include Inherited Members
Saves the contents of the TextBuffer to the specified file path.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SaveAs(String, Boolean) | Saves the contents of the TextBuffer to the specified file path. | |
SaveAs(String, Boolean, IContentType) | Saves the contents of the TextBuffer to the specified file path. | |
SaveAs(String, Boolean, Boolean) | Saves the contents of the TextBuffer to the specified file path. | |
SaveAs(String, Boolean, Boolean, IContentType) | Saves the contents of the TextBuffer to the specified file path. |
Top