[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.RichMediaAnnotationPresentationStyle

Class RichMediaAnnotationPresentationStyle

Namespace
GrapeCity.Documents.Pdf.Annotations
Assembly
GcDocs.Pdf.dll

Defines possible values for PresentationStyle.

public static class RichMediaAnnotationPresentationStyle
Inheritance
object
RichMediaAnnotationPresentationStyle
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Embedded

The content of a RichMediaAnnotation should be played inside the viewer.

public static PdfName Embedded { get; }

Property Value

PdfName

Windowed

The content of a RichMediaAnnotation should be played in a separate window.

public static PdfName Windowed { get; }

Property Value

PdfName