Click or drag to resize

NQuadsWriterPrettyPrintMode Property

Controls whether Pretty Printing is used.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool PrettyPrintMode { get; set; }

Property Value

Type: Boolean

Implements

IPrettyPrintingWriterPrettyPrintMode
Remarks
For NQuads this simply means that Graphs in the output are separated with Whitespace and comments used before each Graph.
See Also