[]
Defines possible values for PresentationStyle.
public static class RichMediaAnnotationPresentationStyle
The content of a RichMediaAnnotation should be played inside the viewer.
public static PdfName Embedded { get; }
The content of a RichMediaAnnotation should be played in a separate window.
public static PdfName Windowed { get; }