Accusoft.PrizmViewer10.AnnotationServer
AddResponseContent Method (AnnotXmlResponse)






A string value which represents the annotation content to add to the response.
Adds the given content to the response.
Syntax
'Declaration
 
Public Sub AddResponseContent( _
   ByVal content As System.String _
) 
'Usage
 
Dim instance As AnnotXmlResponse
Dim content As System.String
 
instance.AddResponseContent(content)
public void AddResponseContent( 
   System.string content
)
public procedure AddResponseContent( 
    content: System.String
); 
public function AddResponseContent( 
   content : System.String
);
public: void AddResponseContent( 
   System.string* content
) 
public:
void AddResponseContent( 
   System.String^ content
) 

Parameters

content
A string value which represents the annotation content to add to the response.
See Also

Reference

AnnotXmlResponse Class
AnnotXmlResponse Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback