BaseWriterContext Constructor (IGraph, TextWriter, Int32, Boolean, Boolean) | 
 
            Creates a new Base Writer Context with custom settings.
            
 
    Namespace: 
   VDS.RDF.Writing.Contexts
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic BaseWriterContext(
	IGraph g,
	TextWriter output,
	int compressionLevel,
	bool prettyPrint,
	bool hiSpeedAllowed
)
Public Sub New ( 
	g As IGraph,
	output As TextWriter,
	compressionLevel As Integer,
	prettyPrint As Boolean,
	hiSpeedAllowed As Boolean
)
Parameters
- g
 - Type: VDS.RDFIGraph
Graph being written. - output
 - Type: System.IOTextWriter
TextWriter being written to. - compressionLevel
 - Type: SystemInt32
Compression Level. - prettyPrint
 - Type: SystemBoolean
Pretty Print Mode. - hiSpeedAllowed
 - Type: SystemBoolean
High Speed Mode. 
See Also