RichEditControl.SaveDocument Method
Name | Parameters | Description |
---|---|---|
Save |
none | Saves a document in its original format to its original location. |
Save |
document |
Saves the document to a byte array in the specified file format and encrypts it with a password. |
Save |
document |
Saves the document to a byte array in the specified file format. |
Save |
stream, document |
Saves the document to a stream, specifying the document’s format and encryption settings. |
Save |
stream, document |
Saves the control’s document to a file and specifies the document’s format. |
Save |
file |
Saves the document to a file, specifying the document’s format and encryption settings. |
Save |
file |
Saves the control’s document to a file and specifies the document’s format. |
Save |
parent | Saves a document in its original format to its original location. If original format and location are not specified, invokes the Save As dialog that is shown modally as a child of the specified parent window. |