Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

Formatted Property






Gets or sets a value that indicates whether the final SVG document is formatted in a human-readable format.
Syntax
public bool Formatted {get; set;}
'Declaration
 
Public Property Formatted As Boolean
'Usage
 
Dim instance As SvgSaveOptions
Dim value As Boolean
 
instance.Formatted = value
 
value = instance.Formatted
@property (nonatomic, assign) BOOL formatted
public boolean getFormatted()
public void setFormatted(boolean formatted)
            
public:
property bool Formatted {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

SvgSaveOptions Class
SvgSaveOptions Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features