Class PdfRichMediaPresentationStyle
Specifies the presentation style of a rich media annotation.
Inheritance
System.Object
PdfRichMediaPresentationStyle
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.Portable.dll
Syntax
public sealed class PdfRichMediaPresentationStyle : Enum
Fields
Embedded
Displays the rich media content on the PDF page.
Declaration
public const PdfRichMediaPresentationStyle Embedded
Field Value
Type | Description |
---|---|
PdfRichMediaPresentationStyle |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Windowed
Displays the rich media content in a floating window.
Declaration
public const PdfRichMediaPresentationStyle Windowed
Field Value
Type | Description |
---|---|
PdfRichMediaPresentationStyle |