Show / Hide Table of Contents

Interface IPrettyPrintingWriter

Interface for Writers that Support Pretty Printing.
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public interface IPrettyPrintingWriter

Properties

| Improve this Doc View Source

PrettyPrintMode

Gets/Sets whether Pretty Printing Mode should be used.
Declaration
bool PrettyPrintMode { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • PrettyPrintMode
  • Extension Methods
Back to top Generated by DocFX