Skip to content

Commit df60b09

Browse files
committed
Documented NotSupportedImageFormatException.
1 parent f2ae234 commit df60b09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/radpdfprocessing/features/handling-document-exceptions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ As of **Q1 2025** the [PdfExportSettings]({%slug radpdfprocessing-formats-and-co
7272
| __NotSupportedStreamTypeException__| Represents an exception for a stream type which is not supported. A stream is not supported if it does not support read or seek. This exception has a SupportSeek and SupportRead properties which specify whether the stream supports them.|
7373
| __NotSupportedXObjectTypeException__| Represents an exception for a document with an XObject type which is not supported.|
7474
|**DuplicatedJavaScriptNameException**|Represents an exception for JavaScript with a duplicated name.|
75+
|**NotSupportedImageFormatException**|Represents an exception thrown when attempting to use an image format that is not supported by the library.|
7576
|**InvalidAnnotationException**|Represents an exception for an annotation which is not valid. *(Introduced in Q1 2025)*|
7677
|**NotSupportedAnnotationException**|Represents an exception for an annotation which is not supported.*(Introduced in Q1 2025)*|
7778
|**InvalidImageDataException**|Represents an exception for importing an invalid image data.*(Introduced in Q1 2025)*|

0 commit comments

Comments
 (0)