←Select platform

Formatted Property

Summary

Produce a formatted XML document.

Syntax

C#
VB
Java
Objective-C
C++
public bool Formatted { get; set; } 
Public Property Formatted As Boolean 
@property (nonatomic, assign) BOOL formatted 
public boolean getFormatted() 
public void setFormatted(boolean formatted) 
             
public: 
property bool Formatted { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to produce a formatted XML document, otherwise; false.

Remarks

Indentation specifies the indentation string to use when the value of Formatted is true.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly