Document(Boolean, String, String, Byte, String) Constructor

Creates a PDF document from binary data containing a password protected PDF document using a web service from a given URL. The specified password can be a user or owner password.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public Document(
	bool useWebService,
	string webServiceUrl,
	string servicePassword,
	byte[] pdfData,
	string password
)

Parameters

useWebService  Boolean
A flag indicating if the converter will use the web service URL or the TCP server
webServiceUrl  String
The web service URL when the useWebService parameter is true or the TCP server host name or IP address
servicePassword  String
The service password.
pdfData  Byte
The PDF document data.
password  String
The password to open the specified PDF document.

See Also