'Declaration Public Function ExportXlsxDocumentToPdf( _
ByVal requestParamsRequest, to the server, which contains information about XLSX document that should be exported.As ExportXlsxDocumentToPdfRequestParams _
) As ExportXlsxDocumentToPdfResponseParams
public ExportXlsxDocumentToPdfResponseParams ExportXlsxDocumentToPdf(
ExportXlsxDocumentToPdfRequestParams requestParams
)
public: ExportXlsxDocumentToPdfResponseParams* ExportXlsxDocumentToPdf(
ExportXlsxDocumentToPdfRequestParams* requestParams
)
public:
ExportXlsxDocumentToPdfResponseParams^ ExportXlsxDocumentToPdf(
ExportXlsxDocumentToPdfRequestParams^ requestParams
)
Parameters
- requestParams
- Request, to the server, which contains information about XLSX document that should be exported.
Return Value
Response from server, which contains the name of output PDF file.