Apitron.PDF.Rasterizer library for .NET
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
The encryption key that will be used for encryption.
Initializes the encryption. This method is invoked when need to initialize encryption process.
Namespace: Apitron.PDF.Rasterizer.Security
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax
Parameters
- privateData
- Type: System.Collections.GenericIDictionaryString, Object
The private data. This data may be used as an additional information to authenticate. - filterName
- Type: SystemString
Name of the filter.
Return Value
Type: ByteThe encryption key that will be used for encryption.
See Also