RotatePage

Description Rotates the page and all annotations on it.
Method Type POST
URL api/document/rotate
Parameters
Name Type Description
Anno List<Annotations.AnnotationObjectClient> Annotations on the page.
PageB64 List<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
Return values JSON (JsonResult)

{

Result (Bool)

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

Annotations

{

annotations (String) [Serialized Object of List<Annotations.AnnotationObjectClient>]

}

}

Programming notes

None

Example

None

Requirements