ElectronicProcessingGetElectronicContractPDF Method

Returns the actual PDF representation of the contract sold.

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IElectronicProcessingGetElectronicContractPDFResponseType GetElectronicContractPDF(
	IElectronicProcessingGetElectronicContractPDFRequestType request
)

Parameters

request
Type: IASIElectronicProcessingGetElectronicContractPDFRequestType
The unique ID of the previously generated electronic contract.

Return Value

Type: IElectronicProcessingGetElectronicContractPDFResponseType
A byte array containing the PDF representation of the previously generated electronic contract.

Implements

IElectronicProcessingGetElectronicContractPDF(IElectronicProcessingGetElectronicContractPDFRequestType)
See Also