Nevron .NET Vision
Nevron.GraphicsCore Namespace / INSvgImageFormat Interface / CustomScript Property


In This Topic
    CustomScript Property (INSvgImageFormat)
    In This Topic
    The script to be injected in the Svg.
    Syntax
    'Declaration
     
    
    Property CustomScript As System.String
    'Usage
     
    
    Dim instance As INSvgImageFormat
    Dim value As System.String
     
    instance.CustomScript = value
     
    value = instance.CustomScript
    System.string CustomScript {get; set;}
    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