Click or drag to resize

PdfCryptFilterName Enumeration

Represents an enumeration of standard PdfCryptFilter names.

Namespace: SautinSoft.Pdf.Filters
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public enum PdfCryptFilterName
Members
Member nameValueDescription
Identity0 Input data shall be passed through without any processing.
StdCF1 Used by Standard security handler.
Unknown2PdfCryptFilter name is not standard.
See Also