GdPicture.NET.14.WEB.DocuVieware.Core
GdPicture14.WEB Namespace / DocuViewareControllerActionsHandler Class / annotupdate Method
json form of AnnotUpdateRequestCtx structure.

In This Topic
annotupdate Method
In This Topic
Annotation update.
Syntax
'Declaration
 
Public Shared Function annotupdate( _
   ByVal jsonString As Object _
) As String
public static string annotupdate( 
   object jsonString
)

Parameters

jsonString
json form of AnnotUpdateRequestCtx structure.

Return Value

StatusResponse or AnnotationUpdateResponse.
See Also