Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgSaveOptions Class : Indent Property |
public string Indent {get; set;}
'Declaration
Public Property Indent As String
'Usage
Dim instance As SvgSaveOptions Dim value As String instance.Indent = value value = instance.Indent
@property (nonatomic, copy) NSString *indent
public String getIndent() public void setIndent(String indent)
The value of Formatted must be true to use this property.
To use a standard Tab character, set the value of Indent to "\t".
For an example, refer to SvgDocument.