GetFormattedNote

 

Description

Reformats an HTML formatted text and returns with the BASE64 string. This API call is used when editing Note Annotations.

Method Type

POST

URL

api/annotation/note

Parameters

Name

Type

Description

Text

String

HTML formatted text.

Width

Int

The width of the Note text area.

Height

Int

The height of the Note text area.

Bgcolor

String

The color of the Note text area background in HEX color format, for example: #FFFFFF

Rotation

Int

The rotation angle of the note annotation.

DPIModifier

Int

A modifier value, which will be used to adjust the note text size for the document DPI.

 

This value is usually the document DPI / 72.

 

 

 

Response Type

JSON (JsonResult)

Return values

{

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

annoContainer (String)

}

 

Programming notes

None

 

Example

None

 

Requirements