Nevron .NET Vision
Nevron.GraphicsCore Namespace / NSvgImageFormat Class / AddSvgHeader Property


In This Topic
    AddSvgHeader Property (NSvgImageFormat)
    In This Topic
    Whether or not to add Svg header to the generated document.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property AddSvgHeader As System.Boolean
    'Usage
     
    
    Dim instance As NSvgImageFormat
    Dim value As System.Boolean
     
    instance.AddSvgHeader = value
     
    value = instance.AddSvgHeader
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool AddSvgHeader {get; set;}
    Remarks
    By default the value of this property is set to true but you may wish to turn it off if you intend to embed the Svg code in another Svg document.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also