←Select platform

Formatted Property

Summary

Produce a formatted XML document.

Syntax
C#
VB
Objective-C
C++
Java
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly