Back to Devexpress

RichEditDocumentServer.LoadDocumentTemplate Method

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserver-dot-loaddocumenttemplate.md

latest1.5 KB
Original Source

RichEditDocumentServer.LoadDocumentTemplate Method

NameParametersDescription
LoadDocumentTemplate(Byte[], DocumentFormat)buffer, documentFormatLoads a document template in the specified format from a byte array.
LoadDocumentTemplate(Byte[])bufferLoads a document template from a byte array.
LoadDocumentTemplate(Stream, DocumentFormat)stream, documentFormatLoads a document template with specified format from a stream.
LoadDocumentTemplate(Stream)streamLoads a document template from the stream.
LoadDocumentTemplate(String, DocumentFormat)fileName, documentFormatLoads a document template from the file in the specified format.
LoadDocumentTemplate(String)fileNameLoads a document template from the specified file.