InvertPage

Description Inverts the page and returns with the BASE64 string of the inverted page.
Method Type POST
URL api/document/invert
Parameters
Name Type Description
base64 String Page in base64 string.
Response Type JSON (JsonResult)
Return values

{

Result (Bool)

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

}

Programming notes

None

Example

None

Requirements