PdfFileSpecificationSetEncryptedPayload Method |
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public PdfEncryptedPayload SetEncryptedPayload(
string cryptographicFilterName
)
Public Function SetEncryptedPayload (
cryptographicFilterName As String
) As PdfEncryptedPayload
Parameters
- cryptographicFilterName String
- The name of the cryptographic filter used to encrypt the encrypted payload document. This allows a PDF processor to easily determine whether it has the appropriate cryptographic filter.
Return Value
PdfEncryptedPayload
The file specification's
EncryptedPayload.
Exceptions Exception | Condition |
---|
ArgumentNullException | Value is or Empty. |
See Also