RichEditControl.LoadDocumentTemplate Method
Name | Parameters | Description |
---|---|---|
Load |
buffer, document |
Loads a document template in the specified format from a byte array. |
Load |
buffer | Loads a document template from a byte array. |
Load |
stream, document |
Loads a document template from a stream, specifying the document format. |
Load |
stream | Loads a document template from the stream. |
Load |
file |
Loads a document template from the file in the specified format. |
Load |
file |
Loads a document template from the specified file so it cannot be overwritten automatically. |