VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Pdf.AspNetCore.ApiControllers Namespace / VintasoftPdfApiController Class / GetPdfDocumentInteractiveForm(WebImageFileRequestParams) Method
Syntax Requirements SeeAlso
В этом разделе
    GetPdfDocumentInteractiveForm(WebImageFileRequestParams) Метод (VintasoftPdfApiController)
    В этом разделе
    Возвращает информацию об интерактивной форме PDF документа.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetPdfDocumentInteractiveForm( _
    ByVal requestParams
    Информация о PDF документе.
    As Vintasoft.Shared.Web.WebImageFileRequestParams _
    ) As Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormResponseParams GetPdfDocumentInteractiveForm(
    Vintasoft.Shared.Web.WebImageFileRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormResponseParams* GetPdfDocumentInteractiveForm(
    Vintasoft.Shared.Web.WebImageFileRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormResponseParams^ GetPdfDocumentInteractiveForm(
    Vintasoft.Shared.Web.WebImageFileRequestParams^ requestParams
    )

    Parameters

    requestParams
    Информация о PDF документе.

    Return Value

    Ответ сервера, содержащий информацию об интерактивной форме PDF документа.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6

    Смотрите также