WrappedTextWriter.UnderlyingWriter Property
- Namespace
- Kampute.DocToolkit.IO.Writers
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the underlying TextWriter that this WrappedTextWriter writes to.
protected TextWriter UnderlyingWriter { get; }Property Value
- TextWriter
- The underlying TextWriter that this WrappedTextWriter writes to.
