Document.SaveAs
Overloads (3):
| Name | Return Type | Description |
|---|---|---|
| SaveAs(String) | None | Saves the document to a given file path. |
| SaveAs(ModelPath, SaveAsOptions) | None | Saves the document to a given path. |
| SaveAs(String, SaveAsOptions) | None | Saves the document to a given file path. |