Class UnknownAnnotation

Unknown or unsupported annotation. This can happen when we extract annotations from a PDF document that are not supported on PSPDFKit for MAUI yet.

Inheritance
UnknownAnnotation
Implements
Namespace: PSPDFKit.Sdk.Models.Annotation
Assembly: Sdk.dll
Syntax
public sealed class UnknownAnnotation : AnnotationBase, IAnnotation
Remarks

Previously unsupported annotations can change to a new annotation type in a future release. More detail in the appropriate change log entry. PSPDFKit will attempt to render these annotations, but they cannot be modified, only deleted.

Implements

IAnnotation