'Declaration
Public Shared Sub save( _ ByVal sessionID As String, _ ByRef fileName As String, _ ByVal format As String, _ ByVal pageRange As String, _ ByVal dropAnnotations As Boolean, _ ByVal flattenAnnotations As Boolean, _ ByRef statusCode As HttpStatusCode, _ ByRef reasonPhrase As String, _ ByRef content() As Byte, _ ByRef contentType As String _ )
public static void save( string sessionID, ref string fileName, string format, string pageRange, bool dropAnnotations, bool flattenAnnotations, out HttpStatusCode statusCode, out string reasonPhrase, out byte[] content, out string contentType )
Parameters
- sessionID
- fileName
- format
- pageRange
- dropAnnotations
- flattenAnnotations
- statusCode
- reasonPhrase
- content
- contentType