RC4128Security.UseCryptFilter Property

Gets or sets if the encryption should be done with crypt filters.

public bool UseCryptFilter { get; set; }
Public Property UseCryptFilter As Boolean

Property Value

Boolean

Licensing Info

This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

The default value is false. If set to true RC4 128 bit encryption is compatible with PDF version 1.5 or higher and can be read with Adobe Acrobat Reader version 6 or higher. Without crypt filter RC4 128 bit encryption is compatible with PDF version 1.4 or higher and can be read with Adobe Acrobat Reader version 5 or higher.

See Also

RC4128Security
ceTe.DynamicPDF.Cryptography

In this topic