VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / VintasoftPdfWebService Class / UpdatePdfInteractiveFieldAppearance(UpdateInteractiveFieldAppearanceRequestParams) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    UpdatePdfInteractiveFieldAppearance(UpdateInteractiveFieldAppearanceRequestParams) Method (VintasoftPdfWebService)
    In This Topic
    Updates appearance of PDF interactive form field state.
    Syntax

    Parameters

    requestParams
    Information about PDF document and PDF interactive form field to update.

    Return Value

    Response from the server, which contains information about PDF interactive form field after update.
    Remarks

    Important: This method does NOT save changes in PDF document, call the UpdatePdfDocumentInteractiveForm(PdfDocumentInteractiveFormRequestParams) method if changes in PDF document interactive form must be changed in PDF document.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also