ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ThumbnailView class / vectorFormatsRendering Property

In This Topic
    vectorFormatsRendering Property
    In This Topic
    Indicates how the viewer will render vector format images.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_vectorFormatsRendering() : VectorFormatsRendering
    function set_vectorFormatsRendering(value : VectorFormatsRendering)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfThumbnailView.get_vectorFormatsRendering();
    Remarks
    This property defines the option for rendering vector format images. It must be set to one of the values in the enumeration VectorFormatsRendering. Default value ImageGear.Web.UI.VectorFormatsRendering.SVG defines the mode of rendering of vector format images through SVG format. Set the value of this property to ImageGear.Web.UI.VectorFormatsRendering.Raster for using PNG or JPEG raster formats for rendering of vector format images.
    See Also