Click or drag to resize

IWriterContext Interface

Interface for Writer Contexts.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IWriterContext

The IWriterContext type exposes the following members.

Properties
  NameDescription
Public propertyCompressionLevel
Gets/Sets the Compression Level used.
Public propertyGraph
Gets the Graph being written.
Public propertyHighSpeedModePermitted
Gets/Sets the High Speed Mode used.
Public propertyNodeFormatter
Gets/Sets the Node Formatter used.
Public propertyOutput
Gets the TextWriter being written to.
Public propertyPrettyPrint
Gets/Sets the Pretty Printing Mode used.
Public propertyUriFormatter
Gets/Sets the URI Formatter used.
Top
See Also