VintaSoft PDF .NET Plug-in: API changes in version 14.1
In This Topic
API changes in Vintasoft.Imaging.Pdf.Web.Services.dll
New classes:
public class Vintasoft.Imaging.Pdf.Web.Services.PdfPageTextBlocksRequestParams |
Request to a web service. Contains parameters, which must be sent to a web service for working with text blocks, which are located on PDF page. |
public class Vintasoft.Imaging.Pdf.Web.Services.PdfPageTextBlocksResponseParams |
Response from web service. Contains information about PDF page and all text blocks on PDF page. |
public class Vintasoft.Imaging.Pdf.Web.Services.WebPdfTextBlock |
Provides information about text block that is located on PDF page. |
Changed classes:
Vintasoft.Imaging.Pdf.Web.Services.VintasoftPdfWebService |
Added methods |
public Vintasoft.Imaging.Pdf.Web.Services.PdfPageTextBlocksResponseParams GetTextBlocksOfPdfPage(Vintasoft.Shared.Web.WebImageInfoRequestParams) |
Returns information about all text blocks of PDF page. |
public static void InitializePdfRenderingSettings(Vintasoft.Imaging.VintasoftImage, Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, System.Collections.Generic.Dictionary<string,object>) |
Initializes the PDF rendering settings. |
public Vintasoft.Imaging.Pdf.Web.Services.PdfPageTextBlocksResponseParams SaveChangesInTextBlocksOfPdfPage(Vintasoft.Imaging.Pdf.Web.Services.PdfPageTextBlocksRequestParams) |
Saves changes in text blocks on PDF page. |
|
|
API changes in Vintasoft.Imaging.Pdf.Web.Api2Controllers.dll
Changed classes:
Vintasoft.Imaging.Pdf.Web.Api2Controllers.VintasoftPdfApi2Controller |
Added methods |
public Vintasoft.Imaging.Pdf.Web.Services.PdfPageTextBlocksResponseParams GetTextBlocksOfPdfPage(Vintasoft.Shared.Web.WebImageInfoRequestParams) |
Returns information about all text blocks of PDF page. |
public Vintasoft.Imaging.Pdf.Web.Services.PdfPageTextBlocksResponseParams SaveChangesInTextBlocksOfPdfPage(Vintasoft.Imaging.Pdf.Web.Services.PdfPageTextBlocksRequestParams) |
Saves changes in text blocks on PDF page. |
|
|
API changes in Vintasoft.Imaging.Pdf.js
New classes:
public class Vintasoft.Imaging.Pdf.WebPdfTextBlockJS |
Represents a text block that is located on PDF page. |
public class Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfContentEditorToolJS |
Represents a visual tool that allows to edit text content on PDF page. |
Changed classes:
Vintasoft.Imaging.Pdf.WebPdfPageJS |
Added methods |
public Vintasoft.Imaging.Pdf.WebContentImageJS[] getTextBlocks() |
Returns all text blocks, which are located on this PDF page. |
public boolean isTextBlocksReceived() |
Returns a value indicating whether information about text blocks is received. |
public void requestTextBlocks(function, function) |
Sends an asynchronous request for getting all text blocks, which are located on PDF page. |
public void saveChangesInTextBlocks(Vintasoft.Imaging.Pdf.WebPdfTextBlockJS[], function, function) |
Sends an asynchronous request to save changes in text blocks on PDF page. |
|
|
Vintasoft.Imaging.Pdf.UI.WebPdfDocumentEditorControlSettingsJS |
Added properties |
public boolean get_ShowContentEditorMenu { get; } |
Gets a value indicating whether web PDF document editor should show the "Editor" menu. |
public boolean set_ShowContentEditorMenu { set; } |
Sets a value indicating whether web PDF document editor should show the "Editor" menu. |
|
|