RichMedia annotations

Hi,

I have been trying to add flash video to PDF files, so I found the
following article at the forum:
http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/b94700ef98f420f8/be4edb9ca95ccf99?lnk=gst&q=Rich+Media#be4edb9ca95ccf99

But I could not find the "Annot.e_RichMedia" annotation type in Java
version of PDFNet library. Did I miss something?

Thanks

You can use the following constants:

/** The Constant e_Projection. */
public static final int e_Projection=26;

/** The Constant e_RichMedia. */
public static final int e_RichMedia=27;

These will also be added in the next PDFNet update.