SaveDocument

Description Sends an email with a specified document attached.
Method Type POST
URL api/dm/save
Parameters
Name Type Description
FileType Int Flag indicates the destination file type.
Base64 List<string> List of the pages in base64 string.
Annotations List<Annotations.AnnotationObjectClient> List of the annotations on the pages.
PageInfos List<bihtml5BASE.PageInfo> List of the page information of each page.
MonoConversionMethod Int Flag indicates the monochrome conversion method if needed.
Response Type JSON (JsonResult)
Return values

{

uploadResponse {

ResponseSuccess (Bool)

ReturnCode (Int)

Handle (String) [Handle of the newly updated document in memory]

}

}

Programming notes

None

Example

None

Requirements