'Declaration Public Function ExportDocxDocumentToPdf( _
ByVal requestParamsRequest, to the server, which contains information about DOCX document that should be exported.As Vintasoft.Shared.Web.WebImageFileRequestParams _
) As ExportDocxDocumentToPdfResponseParams
public ExportDocxDocumentToPdfResponseParams ExportDocxDocumentToPdf(
Vintasoft.Shared.Web.WebImageFileRequestParams requestParams
)
public: ExportDocxDocumentToPdfResponseParams* ExportDocxDocumentToPdf(
Vintasoft.Shared.Web.WebImageFileRequestParams* requestParams
)
public:
ExportDocxDocumentToPdfResponseParams^ ExportDocxDocumentToPdf(
Vintasoft.Shared.Web.WebImageFileRequestParams^ requestParams
)
Parameters
- requestParams
- Request, to the server, which contains information about DOCX document that should be exported.
Return Value
Response from server, which contains the name of output PDF file.