VintaSoft Imaging .NET SDK: API changes in version 14.1
In This Topic
API changes in Vintasoft.Imaging.Web.Services.dll
New classes:
public class Vintasoft.Imaging.Web.Services.ConvertFileToPsdRequestParams |
Request to a web service. Contains parameters, which must be sent to a web service for converting an image file to the PSD format. |
public class Vintasoft.Imaging.Web.Services.WebPsdEncoderSettings |
Contains settings of PSD encoder. |
Changed classes:
Vintasoft.Imaging.Web.Services.ImageTilesCacheManager |
Added methods |
public string GetTileId(string, Vintasoft.Shared.Web.WebDocumentLayoutSettings, int, System.Drawing.PointF, System.Drawing.Size, System.Drawing.PointF, Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, bool, Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, Vintasoft.Imaging.Codecs.Encoders.EncoderBase) |
Returns the tile identifier. |
|
|
Vintasoft.Imaging.Web.Services.VintasoftImageConverterWebService |
Added methods |
public Vintasoft.Imaging.Web.Services.ConvertToResponseParams ConvertFileToPsd(Vintasoft.Imaging.Web.Services.ConvertFileToPsdRequestParams) |
Starts the asynchronous process that converts an image file to the PNG format. |
|
|
API changes in Vintasoft.Imaging.Web.Api2Controllers.dll
Changed classes:
Vintasoft.Imaging.Web.Api2Controllers.VintasoftImageConverterApi2Controller |
Added methods |
public Vintasoft.Imaging.Web.Services.ConvertToResponseParams ConvertFileToPsd(Vintasoft.Imaging.Web.Services.ConvertFileToPsdRequestParams) |
Starts the asynchronous process that converts an image file to the PSD format. |
|
|
API changes in Vintasoft.Shared.js
Changed classes:
Vintasoft.Shared.WebPdfRenderingSettingsJS |
Added properties |
public boolean get_EnableTextEditorMode { get; } |
Gets a value indicating whether PDF page renderer should enable text editor on PDF page. |
public boolean set_EnableTextEditorMode { set; } |
Sets a value indicating whether PDF page renderer should enable text editor on PDF page. |
|
|
API changes in Vintasoft.Imaging.js
New classes:
public class Vintasoft.Imaging.WebPsdEncoderSettingsJS |
Provides settings of PSD encoder. |
Changed classes:
Vintasoft.Imaging.UI.WebImageViewerJS |
Added events |
public event (object event, { number newFocusedIndex, number previouslyFocusedIndex }) focusedIndexChanging |
Occurs when focused index is changing. |
|
|
New enumerations:
public enum Vintasoft.Imaging.WebPsdCompressionEnumJS |
Specifies available compressions for PSD file. |