VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
In This Topic
    VintaSoft Imaging .NET SDK: Changes in version 8.3
    In This Topic

    Changes in Vintasoft.Imaging.Web.dll

    New classes:

    public class Vintasoft.Imaging.Web.FileManager Manages files in web application.
    public class Vintasoft.Imaging.Web.UI.VisualTools.WebCompositeVisualTool Visual tool which combines behaviour of several visual tools.
    public class Vintasoft.Imaging.Web.UI.VisualTools.WebHighlightObject An object that can be used for highlighting single region on an image.
    public class Vintasoft.Imaging.Web.UI.VisualTools.WebHighlightObjects A set of objects that can be used for highlighting several regions on an image.
    public class Vintasoft.Imaging.Web.UI.VisualTools.WebHighlightTool Visual tool that allows to highlight several rectangles on an image.
    public class Vintasoft.Imaging.Web.Handlers.ImageProcessingHandler HTTP handler for processing image stored on a server.
    public class Vintasoft.Imaging.Web.Handlers.ImageProcessingResult Provides the execution result of Vintasoft.Imaging.Web.Handlers.ImageProcessingHandler class.

    Changed classes:

    Vintasoft.Imaging.Web.CacheManager
    Changed methods
    public string GetImageTileUrl(string, int, System.Drawing.RectangleF, System.Drawing.Size) public string GetImageTileUrl(string, int, System.Drawing.PointF, System.Drawing.Size, System.Drawing.SizeF)

    Vintasoft.Imaging.Web.JsonSerializer
    Added methods
    public string SerializeToJsonString(string[], string[]) Serializes the field names and field values to a string in JSON format.

    Vintasoft.Imaging.Web.WebImageCollection
    Added methods
    public void CloseImageCollection(Vintasoft.Imaging.ImageCollection) Clears all resources used by image collection and closes the image collection.
    public Vintasoft.Imaging.ImageCollection OpenImageCollection() Returns the WebImageCollection as Vintasoft.Imaging.ImageCollection object.
    Removed methods
    public Vintasoft.Imaging.ImageCollection ToImageCollection() Use the OpenImageCollection and CloseImageCollection methods instead.

    Vintasoft.Imaging.Web.Handlers.ImageTileRendererResult
    Renamed properties
    public string imgId { get; } public string imageId { get; }

    Vintasoft.Imaging.Web.Handlers.ThumbnailGeneratorResult
    Renamed properties
    public string imgId { get; } public string imageId { get; }

    Vintasoft.Imaging.Web.UI.VisualTools.WebRectangularSelectionTool
    Removed properties
    public bool Animated { get; set; } This property is not supported anymore.
    public float BackColorOpacity { get; set; } Use the BackColor property instead.
    public float BorderColorOpacity { get; set; } Use the BorderColor property instead.
    public bool ShowGrips { get; set; } This property is not supported anymore.