VintaSoft Document Cleanup .NET Plug-in: API changes in version 12.5
In This Topic
API changes in Vintasoft.Imaging.DocCleanup.Web.Services.dll
New classes:
public class Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.DottedLineRemovalRequestParams |
Request to a web service. Contains parameters, which must be sent to a web service for removing (filling) dotted lines on document image automatically. |
Changed classes:
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.VintasoftImageProcessingDocCleanupWebService |
Added methods |
public Vintasoft.Shared.Web.WebImageInfoResponseParams DottedLineRemoval(Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.DottedLineRemovalRequestParams) |
Removes (fills) horizontal dotted lines on document image automatically. |
|
|
API changes in Vintasoft.Imaging.DocCleanup.Web.Api2Controllers.dll
Changed classes:
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Api2Controllers.VintasoftImageProcessingDocCleanupApi2Controller |
Added methods |
public Vintasoft.Shared.Web.WebImageInfoResponseParams DottedLineRemoval(Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.DottedLineRemovalRequestParams) |
Removes (fills) horizontal dotted lines on document image automatically. |
|
|
API changes in Vintasoft.Imaging.DocCleanup.js
New classes:
public class Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDottedLineRemovalCommandJS |
Removes (fills) horizontal dotted lines on document image automatically. |