Docuvieware object session identifier.
Specifies the page range to print.
Specifies if annotations must be burned on the produced document.

In This Topic

print(String,String,Boolean) Method

In This Topic
Document print.
Syntax
'Declaration
 
Public Overloads Shared Function print( _
   ByVal sessionID As String, _
   ByVal pageRange As String, _
   ByVal printAnnotations As Boolean _
) As HttpResponseMessage
public static HttpResponseMessage print( 
   string sessionID,
   string pageRange,
   bool printAnnotations
)

Parameters

sessionID
Docuvieware object session identifier.
pageRange
Specifies the page range to print.
printAnnotations
Specifies if annotations must be burned on the produced document.

Return Value

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