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


In This Topic
    EmbedImagesInSvg Property (INSvgImageFormat)
    In This Topic
    When set to true all images referenced by the Svg document will be embedded using base64 encoding.
    Syntax
    'Declaration
     
    
    Property EmbedImagesInSvg As System.Boolean
    'Usage
     
    
    Dim instance As INSvgImageFormat
    Dim value As System.Boolean
     
    instance.EmbedImagesInSvg = value
     
    value = instance.EmbedImagesInSvg
    System.bool EmbedImagesInSvg {get; set;}
    Remarks
    The encoding format can be altered by using the EmbeddedImageFormat property. The default encoding is PNG.
    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