Skip to content

Commit 0c683ad

Browse files
EvgenyB1001iText-CI
authored andcommitted
Deprecate PdfRichMediaAnnotation class
DEVSIX-3400 Autoported commit. Original commit hash: [518b1b5b7]
1 parent 74da280 commit 0c683ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

itext/itext.kernel/itext/kernel/pdf/annot/PdfRichMediaAnnotation.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,13 @@ source product.
4141
For more information, please contact iText Software Corp. at this
4242
4343
*/
44+
using System;
4445
using iText.Kernel.Geom;
4546
using iText.Kernel.Pdf;
4647

4748
namespace iText.Kernel.Pdf.Annot {
49+
[System.ObsoleteAttribute(@"Remove this class in 7.2. The deprecation relates to the fact that the prototype hasn't been implemented in a full yet and we do not expect the situation to change."
50+
)]
4851
public class PdfRichMediaAnnotation : PdfAnnotation {
4952
public PdfRichMediaAnnotation(Rectangle rect)
5053
: base(rect) {

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e8707cb5d57003270052389ae6f01203f757e881
1+
518b1b5b70d16447e3f2290257efc3de8f50bc89

0 commit comments

Comments
 (0)