Back to Devexpress

RichEditDocumentServerExtensions.SaveDocumentAsync Method

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserverextensions-dot-savedocumentasync.md

latest4.9 KB
Original Source

RichEditDocumentServerExtensions.SaveDocumentAsync Method

NameParametersDescription
SaveDocumentAsync(RichEditDocumentServer, DocumentFormat, EncryptionSettings, CancellationToken) staticself, documentFormat, encryptionSettings, cancellationTokenAsynchronously saves the document to a byte array in the specified format and encrypts it with a password.
SaveDocumentAsync(RichEditDocumentServer, DocumentFormat, EncryptionSettings) staticself, documentFormat, encryptionSettingsAsynchronously saves the document to a byte array in the specified format and encrypts it with a password.
SaveDocumentAsync(RichEditDocumentServer, DocumentFormat, CancellationToken) staticself, documentFormat, cancellationTokenAsynchronously saves the document to a byte array in the specified file format.
SaveDocumentAsync(RichEditDocumentServer, DocumentFormat) staticself, documentFormatAsynchronously saves the document to a byte array in the specified file format.
SaveDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, EncryptionSettings, CancellationToken) staticself, stream, documentFormat, encryptionSettings, cancellationTokenAsynchronously saves the document to a stream with the specified document format and encryption options.
SaveDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, EncryptionSettings) staticself, stream, documentFormat, encryptionSettingsAsynchronously saves the document to a stream with the specified document format and encryption options.
SaveDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, CancellationToken) staticself, stream, documentFormat, cancellationTokenAsynchronously saves the document to a stream with the specified document format.
SaveDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat) staticself, stream, documentFormatAsynchronously saves the document to a stream with the specified document format.
SaveDocumentAsync(RichEditDocumentServer, String, DocumentFormat, EncryptionSettings, CancellationToken) staticself, fileName, documentFormat, encryptionSettings, cancellationTokenAsynchronously saves the document to a file, with the specified document format and encryption options.
SaveDocumentAsync(RichEditDocumentServer, String, DocumentFormat, EncryptionSettings) staticself, fileName, documentFormat, encryptionSettingsAsynchronously saves the document to a file with the specified document format and encryption options.
SaveDocumentAsync(RichEditDocumentServer, String, DocumentFormat, CancellationToken) staticself, fileName, documentFormat, cancellationTokenAsynchronously saves the document to a stream with the specified document format.
SaveDocumentAsync(RichEditDocumentServer, String, DocumentFormat) staticself, fileName, documentFormatAsynchronously saves the document to a stream with the specified document format.