Click or drag to resize

HtmlToPdfClientsetUserPassword Method

Set PDF user password.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setUserPassword(
	string userPassword
)

Parameters

userPassword
Type: SystemString
PDF user password.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also