ComPdfUtilDecryptSetting Method

Printer API Documentation
Decrypt string encrypted using the Encrypt method.

Namespace:  pdf7.PdfWriter
Assembly:  pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax

public string DecryptSetting(
	string input
)

Parameters

input
Type: SystemString
Encrypted string

Return Value

Type: String
Decrypted Unicode string.
See Also

Reference