BurnInAnnotations

Description Burns all annotations into a single page, then returns with the page in base64.
Method Type POST
URL api/document/burnin
Parameters
Name Type Description
Anno List<Annotations.AnnotationObjectClient> Annotations on the page.
Base64 String Page in base64 string.
Page Int Page number in the document.
Width Int Width in pixel of the page.
Height Int Height in pixel of the page
Response Type JSON (JsonResult)
Return values

{

base64 (String) [Base64 image of processed new page]

}

Programming notes

None

Example

None

Requirements