Class
NotSupportedAnnotationException

Thrown when a PDF annotation type is not supported by the processing engine.

Definition

Constructors

NotSupportedAnnotationException()

Initializes a new instance of the NotSupportedAnnotationException class.

Declaration

cs-api-definition
public NotSupportedAnnotationException()

NotSupportedAnnotationException(SerializationInfo, StreamingContext)

Initializes a new instance of the NotSupportedAnnotationException class.

Declaration

cs-api-definition
protected NotSupportedAnnotationException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context

StreamingContext

The StreamingContext that contains contextual information about the source or destination.

NotSupportedAnnotationException(string)

Initializes a new instance of the NotSupportedAnnotationException class.

Declaration

cs-api-definition
public NotSupportedAnnotationException(string message)

Parameters

message

string

The message that describes the error.

NotSupportedAnnotationException(string, Exception)

Initializes a new instance of the NotSupportedAnnotationException class.

Declaration

cs-api-definition
public NotSupportedAnnotationException(string message, Exception cause)

Parameters

message

string

The message.

cause

Exception

The cause.

NotSupportedAnnotationException(string, string)

Initializes a new instance of the NotSupportedAnnotationException class.

Declaration

cs-api-definition
public NotSupportedAnnotationException(string message, string name)

Parameters

message

string

The message that describes the error.

name

string

The name of the not supported annotation.

Properties

AnnotationType

Gets the name of the unsupported annotation type from the PDF file.

Declaration

cs-api-definition
public string AnnotationType { get; }

Property Value

string

The name of the annotation type that is not supported.