Class UnsupportedFeature
- Namespace
- NetPdf
- Assembly
- NetPdf.dll
A feature encountered in the input that is parsed but not yet rendered. Distinct from a Diagnostic in that it represents a known gap, not a runtime issue. Equivalent diagnostic codes are also emitted for convenience.
public sealed class UnsupportedFeature
- Inheritance
-
UnsupportedFeature
- Inherited Members
Properties
Code
public required string Code { get; init; }
Property Value
Description
public required string Description { get; init; }
Property Value
OccurrenceCount
public int OccurrenceCount { get; init; }