Class PDFServicesResponse<T>
Response object for PDFServicesJob.
Inherited Members
Namespace: Adobe.PDFServicesSDK
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class PDFServicesResponse<T> : PDFServicesJobStatusResponse
Type Parameters
Name | Description |
---|---|
T | Type of result in |
Constructors
PDFServicesResponse(String, IList<Parameter>, T)
Constructs PDFServicesJob response with its status, headers, and result.
Declaration
public PDFServicesResponse(string status, IList<Parameter> headers, T result)
Parameters
Type | Name | Description |
---|---|---|
System.String | status | Status of the PDFServicesJob. |
System.Collections.Generic.IList<RestSharp.Parameter> | headers | Headers of the |
T | result | Result for the PDFServicesJob, it will be an extension of IPDFServicesJobResult. |
Properties
Result
Gets instance of result of PDFServicesJob.
Declaration
public T Result { get; }
Property Value
Type | Description |
---|---|
T |