←Select platform

Formatted Property

Summary

Gets or sets a value that indicates whether the final SVG document is formatted in a human-readable format.

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 the final SVG document is in a human-readable format; otherwise, false.

Remarks

When the value of Formatted is true each element of the SVG will be on its own line. The value of Indent will be used to indent the elements in the hierarchy.

Example

For an example, refer to SvgDocument.

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.Svg Assembly