Table of Contents

Class DocxToPdfPreflightFinding

Namespace
DocToolkit
Assembly
DocToolkit.dll

One construct found in the source.

public sealed class DocxToPdfPreflightFinding
Inheritance
DocxToPdfPreflightFinding
Inherited Members

Properties

Code

A stable identifier, safe to branch on. Never localised, never reworded.

public string Code { get; }

Property Value

string

Construct

What was found, in the words a reader would use.

public string Construct { get; }

Property Value

string

Count

How many were found, so a caller can triage by volume: one footnote in a memo is not the same problem as ninety in a contract.

public int Count { get; }

Property Value

int

Message

What may happen to it. Deliberately hedged — see the report's remarks.

public string Message { get; }

Property Value

string

Risk

Whether the risk was measured or reasoned. See DocxToPdfRisk.

public DocxToPdfRisk Risk { get; }

Property Value

DocxToPdfRisk