EncryptedPayloadFilterName Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets 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.

Namespace:  Apitron.PDF.Kit.Security
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public string FilterName { get; }

Property Value

Type: String
The name of the filter.
See Also

Reference