Skip to main content
All docs
V25.1
  • PdfSignatureType Enum

    Lists values used to specify the signature type.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public enum PdfSignatureType

    Members

    Name Description
    Pkcs7

    A PKCS#7 signature.

    PAdES

    A signature with a PAdES baseline profile.

    Timestamp

    A document-level timestamp.

    See Also