RichEditDocumentServerExtensions Methods
Defines extension methods for the RichEditDocumentServer class. You need an active license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use these methods in production code.Name | Description |
---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
ExportToPdfAsync(RichEditDocumentServer, Stream) static | Asynchronously exports the document to the specified stream in the PDF format. |
ExportToPdfAsync(RichEditDocumentServer, Stream, PdfExportOptions) static | Asynchronously exports the document to the specified stream with the specified options in the PDF format. |
ExportToPdfAsync(RichEditDocumentServer, Stream, PdfExportOptions, CancellationToken) static | Asynchronously exports the document to the specified stream with the specified options in PDF format. |
ExportToPdfAsync(RichEditDocumentServer, Stream, CancellationToken) static | Asynchronously exports the document to the specified stream in the PDF format. |
ExportToPdfAsync(RichEditDocumentServer, String) static | Asynchronously exports the document to the specified file in the PDF format. |
ExportToPdfAsync(RichEditDocumentServer, String, PdfExportOptions) static | Asynchronously exports the document to the specified file with the specified options in PDF format. |
ExportToPdfAsync(RichEditDocumentServer, String, PdfExportOptions, CancellationToken) static | Asynchronously exports the document to the specified file in the PDF format. |
ExportToPdfAsync(RichEditDocumentServer, String, CancellationToken) static | Asynchronously exports the document to the specified file in the PDF format. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
LoadDocumentAsync(RichEditDocumentServer, Byte[]) static | Asynchronously loads a document from a byte array. The file format is determined based on document content. |
LoadDocumentAsync(RichEditDocumentServer, Byte[], DocumentFormat) static | Asynchronously loads a document in the specified format from a byte array. |
LoadDocumentAsync(RichEditDocumentServer, Byte[], DocumentFormat, String) static | Asynchronously loads a document in the specified format from a byte array. You can use this method to load HTML documents with connected files. |
LoadDocumentAsync(RichEditDocumentServer, Byte[], DocumentFormat, String, CancellationToken) static | Asynchronously loads a document in the specified format from a byte array. You can use this method to load HTML documents with connected files. |
LoadDocumentAsync(RichEditDocumentServer, Byte[], DocumentFormat, CancellationToken) static | Asynchronously loads a document in the specified format from a byte array. |
LoadDocumentAsync(RichEditDocumentServer, Byte[], CancellationToken) static | Asynchronously loads a document from a byte array. The file format is determined based on document content. |
LoadDocumentAsync(RichEditDocumentServer, Stream) static | Asynchronously loads a document from a stream. The file format is determined by its content. |
LoadDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat) static | Asynchronously loads a document from a stream in the specified format. |
LoadDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, String) static | Asynchronously loads a document from a stream in the specified format. External content for HTML format is retrieved from the specified source (base) URI. |
LoadDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, String, CancellationToken) static | Asynchronously loads a document from a stream in the specified format. External content for HTML format is retrieved from the specified source (base) URI. |
LoadDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, CancellationToken) static | Asynchronously loads a document from a stream in the specified format. |
LoadDocumentAsync(RichEditDocumentServer, Stream, CancellationToken) static | Asynchronously loads a document from a stream. The file format is determined by its content. |
LoadDocumentAsync(RichEditDocumentServer, String) static | Asynchronously loads a document from a file. The file format is determined by its content. |
LoadDocumentAsync(RichEditDocumentServer, String, DocumentFormat) static | Asynchronously loads a document from a file in the specified format. |
LoadDocumentAsync(RichEditDocumentServer, String, DocumentFormat, String) static | Asynchronously loads a document from a file in the specified format. External content for HTML format is retrieved from the specified source (base) URI. |
LoadDocumentAsync(RichEditDocumentServer, String, DocumentFormat, String, CancellationToken) static | Asynchronously loads a document from a file in the specified format. External content for HTML format is retrieved from the specified source (base) URI. |
LoadDocumentAsync(RichEditDocumentServer, String, DocumentFormat, CancellationToken) static | Asynchronously loads a document from a file in the specified format. |
LoadDocumentAsync(RichEditDocumentServer, String, CancellationToken) static | Asynchronously loads a document from a file. The file format is determined by its content. |
LoadDocumentProperties(RichEditDocumentServer, Stream) static | Loads metadata (document properties) of a document from the specified stream. The document format is determined automatically. |
LoadDocumentProperties(RichEditDocumentServer, Stream, DocumentFormat) static | Loads metadata (document properties) of a document in a specified format from the stream. |
LoadDocumentProperties(RichEditDocumentServer, String) static | Loads metadata (document properties) of a document from the specified file. The document format is determined automatically. |
LoadDocumentProperties(RichEditDocumentServer, String, DocumentFormat) static | Loads metadata (document properties) of a document in the specified format from the specified file. |
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[]) static | Asynchronously loads a document template from a byte array. |
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[], DocumentFormat) static | Asynchronously loads a document template in the specified format from a byte array. |
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[], DocumentFormat, CancellationToken) static | Asynchronously loads a document template in the specified format from a byte array. |
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[], CancellationToken) static | Asynchronously loads a document template from a byte array. |
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream) static | Asynchronously loads a document template from the stream. |
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream, DocumentFormat) static | Asynchronously loads a document template from a stream with the specified format. |
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream, DocumentFormat, CancellationToken) static | Asynchronously loads a document template from the stream in the specified document format. |
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream, CancellationToken) static | Asynchronously loads a document template from the stream. |
LoadDocumentTemplateAsync(RichEditDocumentServer, String) static | Asynchronously loads a document template from the file. |
LoadDocumentTemplateAsync(RichEditDocumentServer, String, DocumentFormat) static | Asynchronously loads a document template from the file in the specified document format. |
LoadDocumentTemplateAsync(RichEditDocumentServer, String, DocumentFormat, CancellationToken) static | Asynchronously loads a document template from the stream. |
LoadDocumentTemplateAsync(RichEditDocumentServer, String, CancellationToken) static | Asynchronously loads a document template from the file. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SaveDocumentAsync(RichEditDocumentServer, DocumentFormat) static | Asynchronously saves the document to a byte array in the specified file format. |
SaveDocumentAsync(RichEditDocumentServer, DocumentFormat, EncryptionSettings) static | Asynchronously saves the document to a byte array in the specified format and encrypts it with a password. |
SaveDocumentAsync(RichEditDocumentServer, DocumentFormat, EncryptionSettings, CancellationToken) static | Asynchronously saves the document to a byte array in the specified format and encrypts it with a password. |
SaveDocumentAsync(RichEditDocumentServer, DocumentFormat, CancellationToken) static | Asynchronously saves the document to a byte array in the specified file format. |
SaveDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat) static | Asynchronously saves the document to a stream with the specified document format. |
SaveDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, EncryptionSettings) static | Asynchronously saves the document to a stream with the specified document format and encryption options. |
SaveDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, EncryptionSettings, CancellationToken) static | Asynchronously saves the document to a stream with the specified document format and encryption options. |
SaveDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, CancellationToken) static | Asynchronously saves the document to a stream with the specified document format. |
SaveDocumentAsync(RichEditDocumentServer, String, DocumentFormat) static | Asynchronously saves the document to a stream with the specified document format. |
SaveDocumentAsync(RichEditDocumentServer, String, DocumentFormat, EncryptionSettings) static | Asynchronously saves the document to a file with the specified document format and encryption options. |
SaveDocumentAsync(RichEditDocumentServer, String, DocumentFormat, EncryptionSettings, CancellationToken) static | Asynchronously saves the document to a file, with the specified document format and encryption options. |
SaveDocumentAsync(RichEditDocumentServer, String, DocumentFormat, CancellationToken) static | Asynchronously saves the document to a stream with the specified document format. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also
Feedback