GdPicture.NET.14.WEB.DocuVieware.API
GdPicture14.WEB Namespace / DocuViewareControllerActionsHandler Class / print Method

In This Topic
print Method
In This Topic
Syntax
'Declaration
 
Public Shared Sub print( _
   ByVal sessionID As String, _
   ByVal pageRange As String, _
   ByVal printAnnotations As Boolean, _
   ByRef fileName As String, _
   ByRef statusCode As HttpStatusCode, _
   ByRef reasonPhrase As String, _
   ByRef content() As Byte, _
   ByRef contentType As String _
) 
public static void print( 
   string sessionID,
   string pageRange,
   bool printAnnotations,
   out string fileName,
   out HttpStatusCode statusCode,
   out string reasonPhrase,
   out byte[] content,
   out string contentType
)

Parameters

sessionID
pageRange
printAnnotations
fileName
statusCode
reasonPhrase
content
contentType
See Also