json form of PagePrintRequestCtx structure.

In This Topic

print(Object) Method

In This Topic
Page printing.
Syntax
'Declaration
 
Public Overloads Shared Function print( _
   ByVal jsonString As Object _
) As String
public static string print( 
   object jsonString
)

Parameters

jsonString
json form of PagePrintRequestCtx structure.

Return Value

json form of PagePrintResponse or StatusResponse structure.
See Also