Click or drag to resize

PdfMovieAnnotation Class

Represents Movie Annotation
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.AnnotationsPdfAnnotation
      Patagames.Pdf.Net.AnnotationsPdfMovieAnnotation

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public class PdfMovieAnnotation : PdfAnnotation

The PdfMovieAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfMovieAnnotation(PdfPage) Creates a new PdfMovieAnnotation.
Public methodPdfMovieAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfMovieAnnotation class based on the specified dictionary.
Top
Remarks
A movie annotation contains animated graphics and sound to be presented on the computer screen and through the speakers. When the annotation is activated, the movie is played.
Note  Note
This annotation is currently not supported by the SDK.
See Also