Thrown when a PDF annotation type is not supported by the processing engine.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Exceptions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class NotSupportedAnnotationException : Exception, ISerializable
Inheritance: objectExceptionNotSupportedAnnotationException
Implements:
Inherited Members
Constructors
Initializes a new instance of the NotSupportedAnnotationException class.
public NotSupportedAnnotationException()
Initializes a new instance of the NotSupportedAnnotationException class.
protected NotSupportedAnnotationException(SerializationInfo info, StreamingContext context)
The SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe StreamingContext that contains contextual information about the source or destination.
Initializes a new instance of the NotSupportedAnnotationException class.
Initializes a new instance of the NotSupportedAnnotationException class.
Initializes a new instance of the NotSupportedAnnotationException class.
public NotSupportedAnnotationException(string message)
The message that describes the error.
Properties
Gets the name of the unsupported annotation type from the PDF file.
public string AnnotationType { get; }
The name of the annotation type that is not supported.