Click or drag to resize

HtmlWriterContext Properties

The HtmlWriterContext type exposes the following members.

Properties
  NameDescription
Public propertyCompressionLevel
Gets/Sets the Compression Level used.
(Inherited from BaseWriterContext.)
Public propertyGraph
Gets the Graph being written.
(Inherited from BaseWriterContext.)
Public propertyHighSpeedModePermitted
Gets/Sets the High Speed Mode used.
(Inherited from BaseWriterContext.)
Public propertyHtmlWriter
HTML Writer to use.
Public propertyNodeFormatter
Gets/Sets the Node Formatter in use.
(Inherited from BaseWriterContext.)
Public propertyOutput
Gets the TextWriter being written to.
(Inherited from BaseWriterContext.)
Public propertyPrettyPrint
Gets/Sets the Pretty Printing Mode used.
(Inherited from BaseWriterContext.)
Public propertyQNameMapper
Gets the QName Output Mapper in use.
(Inherited from BaseWriterContext.)
Public propertyUriFormatter
Gets/Sets the URI Formatter in use.
(Inherited from BaseWriterContext.)
Top
See Also