VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
In This Topic
    VintaSoft PDF .NET Plug-in: API changes in version 9.1
    In This Topic

    API changes in Vintasoft.Imaging.Pdf.Html5.js

    New classes:

    public class Vintasoft.Imaging.Pdf.WebPdfInteractiveFormBarcodeFieldJS Represents a barcode field of interactive form of PDF document.
    public class Vintasoft.Imaging.Pdf.WebPdfPageRedactionMarkJS Represents a PDF redaction mark that removes all content (images, text, vector graphics) from PDF page.
    public class Vintasoft.Imaging.Pdf.WebPdfRedactionMarkAppearanceJS Represents an object that defines the appearance of PDF redaction mark.
    public class Vintasoft.Imaging.Pdf.WebPdfRedactionMarkJS Represents a PDF redaction mark.
    public class Vintasoft.Imaging.Pdf.WebPdfTextRedactionMarkJS Represents redaction mark that is used for removing text from content.
    public class Vintasoft.Imaging.Pdf.WebPdfRedactionMarkCollectionJS Represents a collection of PDF redaction marks (collection of instances of WebPdfRedactionMarkJS class).
    public class Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfRemoveContentToolJS Represents a visual tool that allows to remove and black out content of PDF pages.


    Changed classes:

    Vintasoft.Imaging.Pdf.WebPdfDocumentJS
    Added methods
    public object applyRedactionMarks(object, object, object, object) Sends an asynchronous request for applying of redaction marks to PDF document.


    Vintasoft.Imaging.Pdf.WebPdfPageJS
    Added methods
    public boolean isTransformFromPageSpaceToImageSpaceReceived() Determines that information about transformation from page space to the image space is received.
    public object requestPageInfo(object, object) Sends an asynchronous request for getting parameters of PDF page (page index, transformation matrix, media box, etc).


    Vintasoft.Imaging.Pdf.WebPdfDocumentInteractiveFormJS
    Added methods
    public boolean contains(object) Determines that this PDF interactive form contains specified interactive field.
    public object getFields() Returns all fields of PDF document.


    Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS
    Added properties
    public number get_AutoFontSizeMaxValue { get ; } Gets the maximum font size when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize set to 0).
    public number get_AutoFontSizeMinValue { get ; } Gets the minimum font size when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize set to 0).
    public string get_BackgroundColor { get ; } Gets a color of the interactive field's background.
    public object get_BorderColor { get ; } Gets RGB color of the interactive field's border.
    public object get_BorderStyleType { get ; } Gets the type of border style.
    public number get_BorderWidth { get ; } Gets width of interaction form field border in points (user units).
    public number set_AutoFontSizeMaxValue { set ; } Sets the maximum font size when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize set to 0).
    public number set_AutoFontSizeMinValue { set ; } Sets the minimum font size when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize set to 0).
    public string set_BackgroundColor { set ; } Sets a color of the interactive field's background.
    public string set_BorderColor { set ; } Sets RGB color of the interactive field's border.
    public object set_BorderStyleType { set ; } Sets the type of border style.
    public number set_BorderWidth { set ; } Sets width of interaction form field border in points (user units).
    public number set_FontSize { set ; } Sets the font size of the default appearance.
    public boolean set_IsReadOnly { set ; } Sets a value indicating whether the field is read-only.
    public boolean set_IsRequired { set ; } Sets a value indicating whether the field must have a value at the time it is exported by a submit-form action.
    public string set_TextColor { set ; } Sets the text color of the default appearance.
    public object set_TextQuadding { set ; } Sets the form of quadding (justification) to be used in displaying the text of the field.


    Vintasoft.Imaging.Pdf.WebPdfInteractiveFormComboBoxJS
    Added properties
    public boolean set_IsSorted { set ; } Sets a value indicating whether field's option items should be sorted alphabetically.
    public object set_ItemArray { set ; } Sets the items as a string array.


    Vintasoft.Imaging.Pdf.WebPdfInteractiveFormListBoxJS
    Added properties
    public boolean set_IsMultiSelect { set ; } Sets a value indicating whether more than one of the field's option items may be selected simultaneously.
    public boolean set_IsSorted { set ; } Sets a value indicating whether field's option items should be sorted alphabetically.
    public object set_ItemArray { set ; } Sets the items as a string array.


    Vintasoft.Imaging.Pdf.WebPdfInteractiveFormPushButtonJS
    Added properties
    public string get_DownCaption { get ; } Gets a button's alternate (down) caption, displayed when the mouse button is pressed within its active area.
    public string get_NormalCaption { get ; } Gets a button's normal caption, displayed when it is not interacting with the user.
    public string get_RolloverCaption { get ; } Gets a button's rollover caption, displayed when the user rolls the cursor into its active area without pressing the mouse button.
    public string set_DownCaption { set ; } Sets a button's alternate (down) caption, displayed when the mouse button is pressed within its active area.
    public string set_NormalCaption { set ; } Sets a button's normal caption, displayed when it is not interacting with the user.
    public string set_RolloverCaption { set ; } Sets a button's rollover caption, displayed when the user rolls the cursor into its active area without pressing the mouse button.
    Removed properties
    public string get_Caption { get ; } Use the get_NormalCaption, get_DownCaption or get_RolloverCaption properties instead.


    Vintasoft.Imaging.Pdf.WebPdfInteractiveFormTextFieldJS
    Added properties
    public boolean get_IsComb { get ; } Gets a value indicating whether the field is comb.
    public number get_MultilineAutoFontSizeMaxValue { get ; } Gets the maximum font size of multiline text field when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize is set to 0).
    public boolean set_IsComb { set ; } Sets a value indicating whether the field is comb.
    public boolean set_IsMultiline { set ; } Sets a value indicating whether a text box is multiline.
    public boolean set_IsPassword { set ; } Sets a flag that specifies whether the field should display asterisks when data is entered in the field.
    public number set_MaxLength { set ; } Sets the maximum length of the field text, in characters.
    public number set_MultilineAutoFontSizeMaxValue { set ; } Sets the maximum font size of multiline text field when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize is set to 0).


    Vintasoft.Imaging.Pdf.WebPdfWidgetAnnotationJS
    Added properties
    public object get_BorderStyleType { get ; } Gets or sets the type of the type of border style.
    public number get_BorderWidth { get ; } Gets a width of annotation border in points (user units).
    public object set_BorderStyleType { set ; } Gets or sets the type of the type of border style.
    public number set_BorderWidth { set ; } Sets a width of annotation border in points (user units).


    Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfInteractiveFormToolJS
    Added properties
    public object get_ActionExecutor { get ; } Gets the action executor that is used for executing the PDF actions.
    public object get_FocusedField { get ; } Gets the focused interactive form field.
    public object set_ActionExecutor { set ; } Sets the action executor that is used for executing the PDF actions.
    public object set_FocusedField { set ; } Sets the focused interactive form field.
    Added methods
    public object reset() Resets the visual tool.
    Added events
    public event (object event, { object current, object previous }) focusedFieldChanged Occurs when focused field is changed.


    New enumerations:

    public enum Vintasoft.Imaging.Pdf.WebPdfAnnotationBorderStyleTypeEnumJS Specifies available types of annotation border style.
    public enum Vintasoft.Imaging.Pdf.WebBarcodeSymbologyTypeEnumJS Specifies available barcode symbology types for barcode field.
    public enum Vintasoft.Imaging.Pdf.WebPdfRedactionMarkTypeEnumJS Specifies available types of PDF redaction marks.
    public enum Vintasoft.Imaging.Pdf.WebPdfContentAlignmentEnumJS Specifies available alignment modes of PDF content.




    API changes in Vintasoft.Imaging.Pdf.Svg.js

    New classes:

    public class Vintasoft.Imaging.Pdf.WebPdfInteractiveFormBarcodeFieldJS Represents a barcode field of interactive form of PDF document.
    public class Vintasoft.Imaging.Pdf.WebPdfPageRedactionMarkJS Represents a PDF redaction mark that removes all content (images, text, vector graphics) from PDF page.
    public class Vintasoft.Imaging.Pdf.WebPdfRedactionMarkAppearanceJS Represents an object that defines the appearance of PDF redaction mark.
    public class Vintasoft.Imaging.Pdf.WebPdfRedactionMarkJS Represents a PDF redaction mark.
    public class Vintasoft.Imaging.Pdf.WebPdfTextRedactionMarkJS Represents redaction mark that is used for removing text from content.
    public class Vintasoft.Imaging.Pdf.WebPdfRedactionMarkCollectionJS Represents a collection of PDF redaction marks (collection of instances of WebPdfRedactionMarkJS class).
    public class Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfRemoveContentToolJS Represents a visual tool that allows to remove and black out content of PDF pages.


    Changed classes:

    Vintasoft.Imaging.Pdf.WebPdfDocumentJS
    Added methods
    public object applyRedactionMarks(object, object, object, object) Sends an asynchronous request for applying of redaction marks to PDF document.


    Vintasoft.Imaging.Pdf.WebPdfPageJS
    Added methods
    public boolean isTransformFromPageSpaceToImageSpaceReceived() Determines that information about transformation from page space to the image space is received.
    public object requestPageInfo(object, object) Sends an asynchronous request for getting parameters of PDF page (page index, transformation matrix, media box, etc).


    Vintasoft.Imaging.Pdf.WebPdfDocumentInteractiveFormJS
    Added methods
    public boolean contains(object) Determines that this PDF interactive form contains specified interactive field.
    public object getFields() Returns all fields of PDF document.


    Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS
    Added properties
    public number get_AutoFontSizeMaxValue { get ; } Gets the maximum font size when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize set to 0).
    public number get_AutoFontSizeMinValue { get ; } Gets the minimum font size when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize set to 0).
    public string get_BackgroundColor { get ; } Gets a color of the interactive field's background.
    public object get_BorderColor { get ; } Gets RGB color of the interactive field's border.
    public object get_BorderStyleType { get ; } Gets the type of border style.
    public number get_BorderWidth { get ; } Gets width of interaction form field border in points (user units).
    public number set_AutoFontSizeMaxValue { set ; } Sets the maximum font size when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize set to 0).
    public number set_AutoFontSizeMinValue { set ; } Sets the minimum font size when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize set to 0).
    public string set_BackgroundColor { set ; } Sets a color of the interactive field's background.
    public string set_BorderColor { set ; } Sets RGB color of the interactive field's border.
    public object set_BorderStyleType { set ; } Sets the type of border style.
    public number set_BorderWidth { set ; } Sets width of interaction form field border in points (user units).
    public number set_FontSize { set ; } Sets the font size of the default appearance.
    public boolean set_IsReadOnly { set ; } Sets a value indicating whether the field is read-only.
    public boolean set_IsRequired { set ; } Sets a value indicating whether the field must have a value at the time it is exported by a submit-form action.
    public string set_TextColor { set ; } Sets the text color of the default appearance.
    public object set_TextQuadding { set ; } Sets the form of quadding (justification) to be used in displaying the text of the field.


    Vintasoft.Imaging.Pdf.WebPdfInteractiveFormComboBoxJS
    Added properties
    public boolean set_IsSorted { set ; } Sets a value indicating whether field's option items should be sorted alphabetically.
    public object set_ItemArray { set ; } Sets the items as a string array.


    Vintasoft.Imaging.Pdf.WebPdfInteractiveFormListBoxJS
    Added properties
    public boolean set_IsMultiSelect { set ; } Sets a value indicating whether more than one of the field's option items may be selected simultaneously.
    public boolean set_IsSorted { set ; } Sets a value indicating whether field's option items should be sorted alphabetically.
    public object set_ItemArray { set ; } Sets the items as a string array.


    Vintasoft.Imaging.Pdf.WebPdfInteractiveFormPushButtonJS
    Added properties
    public string get_DownCaption { get ; } Gets a button's alternate (down) caption, displayed when the mouse button is pressed within its active area.
    public string get_NormalCaption { get ; } Gets a button's normal caption, displayed when it is not interacting with the user.
    public string get_RolloverCaption { get ; } Gets a button's rollover caption, displayed when the user rolls the cursor into its active area without pressing the mouse button.
    public string set_DownCaption { set ; } Sets a button's alternate (down) caption, displayed when the mouse button is pressed within its active area.
    public string set_NormalCaption { set ; } Sets a button's normal caption, displayed when it is not interacting with the user.
    public string set_RolloverCaption { set ; } Sets a button's rollover caption, displayed when the user rolls the cursor into its active area without pressing the mouse button.
    Removed properties
    public string get_Caption { get ; } Use the get_NormalCaption, get_DownCaption or get_RolloverCaption properties instead.


    Vintasoft.Imaging.Pdf.WebPdfInteractiveFormTextFieldJS
    Added properties
    public boolean get_IsComb { get ; } Gets a value indicating whether the field is comb.
    public number get_MultilineAutoFontSizeMaxValue { get ; } Gets the maximum font size of multiline text field when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize is set to 0).
    public boolean set_IsComb { set ; } Sets a value indicating whether the field is comb.
    public boolean set_IsMultiline { set ; } Sets a value indicating whether a text box is multiline.
    public boolean set_IsPassword { set ; } Sets a flag that specifies whether the field should display asterisks when data is entered in the field.
    public number set_MaxLength { set ; } Sets the maximum length of the field text, in characters.
    public number set_MultilineAutoFontSizeMaxValue { set ; } Sets the maximum font size of multiline text field when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize is set to 0).


    Vintasoft.Imaging.Pdf.WebPdfWidgetAnnotationJS
    Added properties
    public object get_BorderStyleType { get ; } Gets or sets the type of the type of border style.
    public number get_BorderWidth { get ; } Gets a width of annotation border in points (user units).
    public object set_BorderStyleType { set ; } Gets or sets the type of the type of border style.
    public number set_BorderWidth { set ; } Sets a width of annotation border in points (user units).


    Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfInteractiveFormToolJS
    Added properties
    public object get_ActionExecutor { get ; } Gets the action executor that is used for executing the PDF actions.
    public object get_FocusedField { get ; } Gets the focused interactive form field.
    public object set_ActionExecutor { set ; } Sets the action executor that is used for executing the PDF actions.
    public object set_FocusedField { set ; } Sets the focused interactive form field.
    Added methods
    public object reset() Resets the visual tool.
    Added events
    public event (object event, { object current, object previous }) focusedFieldChanged Occurs when focused field is changed.


    New enumerations:

    public enum Vintasoft.Imaging.Pdf.WebPdfAnnotationBorderStyleTypeEnumJS Specifies available types of annotation border style.
    public enum Vintasoft.Imaging.Pdf.WebBarcodeSymbologyTypeEnumJS Specifies available barcode symbology types for barcode field.
    public enum Vintasoft.Imaging.Pdf.WebPdfRedactionMarkTypeEnumJS Specifies available types of PDF redaction marks.
    public enum Vintasoft.Imaging.Pdf.WebPdfContentAlignmentEnumJS Specifies available alignment modes of PDF content.




    API changes in Vintasoft.Imaging.Pdf.Web.Services.dll

    New classes:

    public class Vintasoft.Imaging.Pdf.Web.Services.ApplyPdfRedactionMarksRequestParams Request to a web service. Contains parameters, which must be sent to a web service for applying redaction marks to a PDF document.
    public class Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams Response from web service. Contains information about PDF page.
    public class Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFieldAppearanceRequestParams Request to a web service. Contains parameters, which must be sent to a web service for updating PDF interactive form field.
    public class Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFieldAppearanceResponseParams Response from web service. Contains information about PDF interactive form field.
    public class Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFormResponseParams Response from web service. Contains information about interactive form fields associated with PDF document.
    public class Vintasoft.Imaging.Pdf.Web.Services.WebPdfRedactionMarkAppearance Represents an object that defines the appearance of the PDF redaction mark.


    Changed classes:

    Vintasoft.Imaging.Pdf.Web.Services.VintasoftPdfWebService
    Added methods
    public Vintasoft.Shared.Web.BaseResponseParams ApplyRedactionMarks(Vintasoft.Imaging.Pdf.Web.Services.ApplyPdfRedactionMarksRequestParams) Applies redaction marks to a PDF document.
    public Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams GetPdfPageInfo(Vintasoft.Shared.Web.ImageInfoRequestParams) Returns parameters of PDF page (page index, transformation matrix, media box, etc).
    public Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams [] GetPdfPagesInfo(Vintasoft.Shared.Web.CompositeRequestParams<Vintasoft.Shared.Web.ImageInfoRequestParams>) Returns parameters of PDF pages (page index, transformation matrix, media box, etc).
    public Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFieldAppearanceResponseParams UpdatePdfInteractiveFieldAppearance(Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFieldAppearanceRequestParams) Updates appearance of PDF interactive form field state.
    Changed methods
    public Vintasoft.Shared.Web.BaseResponseParams UpdatePdfDocumentInteractiveForm(Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams) public Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFormResponseParams UpdatePdfDocumentInteractiveForm(Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams)




    API changes in Vintasoft.Imaging.Pdf.Web.HttpHandlers.dll

    Changed classes:

    Vintasoft.Imaging.Pdf.Web.HttpHandlers.VintasoftPdfHandler
    Added methods
    protected Vintasoft.Shared.Web.BaseResponseParams ApplyRedactionMarks(Vintasoft.Imaging.Pdf.Web.Services.ApplyPdfRedactionMarksRequestParams) Applies redaction marks to a PDF document.
    protected Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams GetPdfPageInfo(Vintasoft.Shared.Web.ImageInfoRequestParams) Returns parameters of PDF page (page index, transformation matrix, media box, etc).
    protected Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams [] GetPdfPagesInfo(Vintasoft.Shared.Web.CompositeRequestParams<Vintasoft.Shared.Web.ImageInfoRequestParams>) Returns parameters of PDF pages (page index, transformation matrix, media box, etc).
    protected Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFieldAppearanceResponseParams UpdatePdfInteractiveFieldAppearance(Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFieldAppearanceRequestParams) Updates appearance of PDF interactive form field.
    Changed methods
    protected Vintasoft.Shared.Web.BaseResponseParams UpdatePdfDocumentInteractiveForm(Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams) protected Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFormResponseParams UpdatePdfDocumentInteractiveForm(Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams)




    API changes in Vintasoft.Imaging.Pdf.Web.WcfServices.dll

    Changed classes:

    Vintasoft.Imaging.Pdf.Web.WcfServices.VintasoftPdfWcfService
    Added methods
    public Vintasoft.Shared.Web.BaseResponseParams ApplyRedactionMarks(Vintasoft.Imaging.Pdf.Web.Services.ApplyPdfRedactionMarksRequestParams) Applies redaction marks to a PDF document.
    public Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams GetPdfPageInfo(Vintasoft.Shared.Web.ImageInfoRequestParams) Returns parameters of PDF page (page index, transformation matrix, media box, etc).
    public Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams [] GetPdfPagesInfo(Vintasoft.Shared.Web.CompositeRequestParams<Vintasoft.Shared.Web.ImageInfoRequestParams>) Returns parameters of PDF pages (page index, transformation matrix, media box, etc).
    public Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFieldAppearanceResponseParams UpdatePdfInteractiveFieldAppearance(Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFieldAppearanceRequestParams) Updates appearance of PDF interactive form field.
    Changed methods
    public Vintasoft.Shared.Web.BaseResponseParams UpdatePdfDocumentInteractiveForm(Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams) public Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFormResponseParams UpdatePdfDocumentInteractiveForm(Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams)


    Changed interfaces:

    Vintasoft.Imaging.Pdf.Web.WcfServices.IVintasoftPdfWcfService
    Added methods
    public Vintasoft.Shared.Web.BaseResponseParams ApplyRedactionMarks(Vintasoft.Imaging.Pdf.Web.Services.ApplyPdfRedactionMarksRequestParams) Applies redaction marks to a PDF document.
    public Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams GetPdfPageInfo(Vintasoft.Shared.Web.ImageInfoRequestParams) Returns parameters of PDF page (page index, transformation matrix, media box, etc).
    public Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams [] GetPdfPagesInfo(Vintasoft.Shared.Web.CompositeRequestParams<Vintasoft.Shared.Web.ImageInfoRequestParams>) Returns parameters of PDF pages (page index, transformation matrix, media box, etc).
    public Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFieldAppearanceResponseParams UpdatePdfInteractiveFieldAppearance(Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFieldAppearanceRequestParams) Updates appearance of PDF interactive form field.
    Changed methods
    public Vintasoft.Shared.Web.BaseResponseParams UpdatePdfDocumentInteractiveForm(Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams) public Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFormResponseParams UpdatePdfDocumentInteractiveForm(Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams)




    API changes in Vintasoft.Imaging.Pdf.Web.ApiControllers.dll

    Changed classes:

    Vintasoft.Imaging.Pdf.Web.ApiControllers.VintasoftPdfApiController
    Added methods
    public Vintasoft.Shared.Web.BaseResponseParams ApplyRedactionMarks(Vintasoft.Imaging.Pdf.Web.Services.ApplyPdfRedactionMarksRequestParams) Applies redaction marks to a PDF document.
    public Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams GetPdfPageInfo(Vintasoft.Shared.Web.ImageInfoRequestParams) Returns parameters of PDF page (page index, transformation matrix, media box, etc).
    public Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams [] GetPdfPagesInfo(Vintasoft.Shared.Web.CompositeRequestParams<Vintasoft.Shared.Web.ImageInfoRequestParams>) Returns parameters of PDF pages (page index, transformation matrix, media box, etc).
    public Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFieldAppearanceResponseParams UpdatePdfInteractiveFieldAppearance(Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFieldAppearanceRequestParams) Updates appearance of PDF interactive form field.
    Changed methods
    public Vintasoft.Shared.Web.BaseResponseParams UpdatePdfDocumentInteractiveForm(Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams) public Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFormResponseParams UpdatePdfDocumentInteractiveForm(Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams)




    API changes in Vintasoft.Imaging.Pdf.Web.Api2Controllers.dll

    Changed classes:

    Vintasoft.Imaging.Pdf.Web.Api2Controllers.VintasoftPdfApi2Controller
    Added methods
    public Vintasoft.Shared.Web.BaseResponseParams ApplyRedactionMarks(Vintasoft.Imaging.Pdf.Web.Services.ApplyPdfRedactionMarksRequestParams) Applies redaction marks to a PDF document.
    public Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams GetPdfPageInfo(Vintasoft.Shared.Web.ImageInfoRequestParams) Returns parameters of PDF page (page index, transformation matrix, media box, etc).
    public Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams [] GetPdfPagesInfo(Vintasoft.Shared.Web.CompositeRequestParams<Vintasoft.Shared.Web.ImageInfoRequestParams>) Returns parameters of PDF pages (page index, transformation matrix, media box, etc).
    public Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFieldAppearanceResponseParams UpdatePdfInteractiveFieldAppearance(Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFieldAppearanceRequestParams) Updates appearance of PDF interactive form field.
    Changed methods
    public Vintasoft.Shared.Web.BaseResponseParams UpdatePdfDocumentInteractiveForm(Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams) public Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFormResponseParams UpdatePdfDocumentInteractiveForm(Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams)