Overload List
| Name | Description | |
|---|---|---|
| Write(BinaryWriter) |
Write the modified document to any writer.
| |
| Write(Stream) |
Write the modified document to a stream, eg a FileStream or MemoryStream.
| |
| Write(HttpResponse) |
Write the modified document to a HTTP response.
| |
| Write(BinaryWriter, Boolean) |
Write the modified document to any writer.
| |
| Write(BinaryWriter, DocumentWriteMode) |
Write the modified document to any writer.
| |
| Write(Stream, Boolean) |
Write the modified document to a stream, eg a FileStream or MemoryStream.
| |
| Write(Stream, DocumentWriteMode) |
Write the modified document to a stream, eg a FileStream or MemoryStream.
| |
| Write(HttpResponse, DocumentWriteMode) |
Write the modified document to a HTTP response.
| |
| Write(BinaryWriter, DocumentWriteMode, Boolean) |
Write the modified document to any writer.
| |
| Write(Stream, DocumentWriteMode, Boolean) |
Write the modified document to a stream, eg a FileStream or MemoryStream.
|