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

| Edit this page View Source

PrettyPrintMode

Gets/Sets whether Pretty Printing Mode should be used.

Declaration
bool PrettyPrintMode { get; set; }
Property Value
Type Description
bool

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • PrettyPrintMode
  • Extension Methods
Back to top Generated by DocFX