Table of Contents

Class PdfACompatibilityIssue

Namespace
SimpleSign.PAdES.Signing
Assembly
SimpleSign.PAdES.dll

Issue found during PDF/A compatibility validation.

public sealed record PdfACompatibilityIssue : IEquatable<PdfACompatibilityIssue>
Inheritance
PdfACompatibilityIssue
Implements
Inherited Members

Constructors

PdfACompatibilityIssue(PdfAIssueSeverity, string)

Issue found during PDF/A compatibility validation.

public PdfACompatibilityIssue(PdfAIssueSeverity Severity, string Message)

Parameters

Severity PdfAIssueSeverity

Whether this issue would definitely break conformance (Error) or might (Warning).

Message string

Description of the issue.

Properties

Message

Description of the issue.

public string Message { get; init; }

Property Value

string

Severity

Whether this issue would definitely break conformance (Error) or might (Warning).

public PdfAIssueSeverity Severity { get; init; }

Property Value

PdfAIssueSeverity