Description | This function returns a JSON array of all annotations currently present in the drawing. |
---|
Syntax | PanoramaAPI.getAnnotations(saveMode) |
|
---|---|---|
Parameters | saveMode:string | |
Returns | SaveAnnotationResult:JavaScriptObject | [{
"annotationBlock": "<rect x="224.25894165039062" y="76.14248657226562" id="2021_3_22_20_8_14_Rect" CreatedOn="22/03/2021" "></rect>",
"fileName": "sample.png",
"pageNumber": "1",
"saveMode": "overwrite"
}] |
Post your comment on this topic.