Docuvieware object session identifier.
The name to use for the file generation.
The format to use for the file generation.
Specifies the page range to save.

In This Topic
GdPicture14.WEB Namespace / DocuViewareControllerActionsHandler Class / save Method / save(String,String,String,String,Boolean,Boolean) Method

save(String,String,String,String,Boolean,Boolean) Method

In This Topic
Document saving.
Syntax
'Declaration
 
Public Overloads Shared Function save( _
   ByVal sessionID As String, _
   ByVal fileName As String, _
   ByVal format As String, _
   ByVal pageRange As String, _
   ByVal dropAnnotations As Boolean, _
   ByVal flattenAnnotations As Boolean _
) As HttpResponseMessage
public static HttpResponseMessage save( 
   string sessionID,
   string fileName,
   string format,
   string pageRange,
   bool dropAnnotations,
   bool flattenAnnotations
)

Parameters

sessionID
Docuvieware object session identifier.
fileName
The name to use for the file generation.
format
The format to use for the file generation.
pageRange
Specifies the page range to save.
dropAnnotations
flattenAnnotations

Return Value

A HttpResponseMessage object. In case of success the content part of the response includes a downloadable document.
See Also