UrlContextAwareWriter Constructor

Namespace
Kampute.DocToolkit.IO.Writers
Assembly
  • Kampute.DocToolkit.dll

Definition

Initializes a new instance of the UrlContextAwareWriter class.
public UrlContextAwareWriter(TextWriter textWriter, DocumentUrlContext urlContext)

Parameters

textWriter TextWriter
The TextWriter used for writing the content of the document being rendered.
urlContext DocumentUrlContext
The DocumentUrlContext that provides URL adjustment for the document being rendered.

Exceptions

ArgumentNullException
Thrown when textWriter or urlContext is null.