'Declaration <HttpPostAttribute()> Public Overridable Function VerifyPdfAConformance( _
ByVal requestParamsInformation about PDF file and PDF/A format.As Vintasoft.Imaging.Pdf.Web.Services.PdfARequestParams _
) As Vintasoft.Imaging.Pdf.Web.Services.PdfAResponseParams
[HttpPost()] public virtual Vintasoft.Imaging.Pdf.Web.Services.PdfAResponseParams VerifyPdfAConformance(
Vintasoft.Imaging.Pdf.Web.Services.PdfARequestParams requestParams
)
[HttpPost()] public: virtual Vintasoft.Imaging.Pdf.Web.Services.PdfAResponseParams* VerifyPdfAConformance(
Vintasoft.Imaging.Pdf.Web.Services.PdfARequestParams* requestParams
)
[HttpPost()] public:
virtual Vintasoft.Imaging.Pdf.Web.Services.PdfAResponseParams^ VerifyPdfAConformance(
Vintasoft.Imaging.Pdf.Web.Services.PdfARequestParams^ requestParams
)
Parameters
- requestParams
- Information about PDF file and PDF/A format.
Return Value
Response from the server, which contains information about PDF file verification result.