VintaSoft Imaging .NET SDK: API changes in version 15.0
In This Topic
API changes in Vintasoft.Imaging.Web.Services.dll
Changed classes:
| Vintasoft.Imaging.Web.Services.VintasoftImageConverterWebService |
| Added methods |
| public Vintasoft.Imaging.Web.Services.ConvertToResponseParams ConvertFileToHtml(Vintasoft.Imaging.Web.Services.BaseConvertFileToRequestParams) |
Starts the asynchronous process that converts an image file to the HTML format. |
| |
|
API changes in Vintasoft.Imaging.Web.Api2Controllers.dll
Changed classes:
| Vintasoft.Imaging.Web.Api2Controllers.VintasoftImageConverterApi2Controller |
| Added methods |
| public Vintasoft.Imaging.Web.Services.ConvertToResponseParams ConvertFileToHtml(Vintasoft.Imaging.Web.Services.BaseConvertFileToRequestParams) |
Starts the asynchronous process that converts an image file to the HTML format. |
| |
|
API changes in Vintasoft.Imaging.js
New classes:
| public class Vintasoft.Imaging.WebImageUndoActionJS |
Represents an undo action that stores information about changes in WebImageJS object. |
| public class Vintasoft.Imaging.WebImageUndoMonitorJS |
Represents an undo monitor that monitors the WebImageJS object and adds undo action to an undo manager if WebImageJS object is changed. |
| public class Vintasoft.Imaging.WebImageViewerUndoMonitorJS |
Represents an undo monitor that monitors the WebImageViewerJS object and adds undo action to an undo manager if WebImageCollectionJS is changed. |
| public class Vintasoft.Imaging.UI.Panels.WebUiImageProcessingToolbarPanelJS |
A web UI toolbar panel that allows to view a list of image processing commands, select the image processing command and apply the image processing command to an image in image viewer. |
| public class Vintasoft.Imaging.UI.Panels.WebUiUndoRedoToolbarPanelJS |
A web UI toolbar panel that allows to view a list of image processing commands, select the image processing command and apply the image processing command to an image in image viewer. |
Removed classes:
| public class Vintasoft.Imaging.WebCompositeUndoManagerJS |
This class is not used any more. |
Changed classes:
| Vintasoft.Imaging.WebUndoManagerJS |
| Changed methods |
| public void beginCompositeAction(object) |
public Vintasoft.Imaging.WebCompositeUndoActionJS beginCompositeAction(object) |
| |
|
| Added events |
| public event (object event) isEnabledChanged |
Occurs when the value of IsEnabled property is changed. |
| |
|
| Changed events |
| public event (object event, { number steps }) navigated |
public event (object event, { number steps, object action }) navigated |
| |
|
| Vintasoft.Imaging.UI.WebImageViewerJS |
| Added methods |
| public Vintasoft.Imaging.WebUndoManagerJS get_UndoManager() |
Gets the undo manager of this image viewer. |
| |
|
| Vintasoft.Imaging.UI.UIElements.WebUiElementStateJS |
| Added properties |
| public object get_CallbackData { get; } |
Gets a data, which must be sent to a callback function. |
| |
|
| Vintasoft.Imaging.UI.UIElements.WebUiLabelWithDropDownListJS |
| Added properties |
| public number get_SelectedValueIndex { get; } |
Gets the zero-based index of selected value. |
| |
|
| Added methods |
| public void addItem(string, object, string) |
Adds item to the drop-down list of this UI element. |
| public void clearItems() |
Removes all items from the drop-down list of this UI element. |
| public void removeItem(string, object, string) |
Removes item from the drop-down list of this UI element. |
| |
|
API changes in Vintasoft.Imaging.Dialogs.Bootstrap.js
Changed classes:
| Vintasoft.Imaging.UI.Dialogs.WebUiDialogJS |
| Added events |
| public event (object event, { Vintasoft.Imaging.UI.Dialogs.WebUiDialogJS dialog }) dialogHidden |
Occurs when the dialog is hidden. |
| |
|
API changes in Vintasoft.Imaging.Dialogs.jQueryUI.js
Changed classes:
| Vintasoft.Imaging.UI.Dialogs.WebUiDialogJS |
| Added events |
| public event (object event, { Vintasoft.Imaging.UI.Dialogs.WebUiDialogJS dialog }) dialogHidden |
Occurs when the dialog is hidden. |
| |
|
API changes in Vintasoft.Imaging.DocumentViewer.js
Changed classes:
| Vintasoft.Imaging.DocumentViewer.WebDocumentViewerJS |
| Removed methods |
| public object getAnnotationViewerUndoMonitor() |
Use the Vintasoft.Imaging.UI.WebImageViewerJS.get_UndoManager() function. |
| |
|
| Vintasoft.Imaging.DocumentViewer.WebDocumentViewerSettingsJS |
| Added properties |
| public boolean get_ShowUndoActionList { get; } |
Gets a value indicating whether this panel should show the undo action list. |
| public boolean set_ShowUndoActionList { set; } |
Sets a value indicating whether this panel should show the undo action list. |
| |
|