Overload List

  NameDescription
Public methodWrite(BinaryWriter)
Write the modified document to any writer.
Public methodWrite(Stream)
Write the modified document to a stream, eg a FileStream or MemoryStream.
Public methodWrite(HttpResponse)
Write the modified document to a HTTP response.
Public methodWrite(BinaryWriter, Boolean)
Write the modified document to any writer.
Public methodWrite(BinaryWriter, DocumentWriteMode)
Write the modified document to any writer.
Public methodWrite(Stream, Boolean)
Write the modified document to a stream, eg a FileStream or MemoryStream.
Public methodWrite(Stream, DocumentWriteMode)
Write the modified document to a stream, eg a FileStream or MemoryStream.
Public methodWrite(HttpResponse, DocumentWriteMode)
Write the modified document to a HTTP response.
Public methodWrite(BinaryWriter, DocumentWriteMode, Boolean)
Write the modified document to any writer.
Public methodWrite(Stream, DocumentWriteMode, Boolean)
Write the modified document to a stream, eg a FileStream or MemoryStream.

See Also