Click or drag to resize

PdfMovieAction Class

Represents a movie action. A movie action can be used to play a movie in a floating window or within the annotation rectangle of a movie annotation.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdfMovieAction

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfMovieAction : PdfAction

The PdfMovieAction type exposes the following members.

Constructors
 NameDescription
Public methodPdfMovieAction(PdfDocument) Initializes a new instance of the PdfMovieAction class.
Public methodPdfMovieAction(PdfDocument, PdfMovieAnnotation) Initializes a new instance of the PdfMovieAction class with the movie annotation.
Public methodPdfMovieAction(PdfDocument, IntPtr) Initializes a new instance of the PdfAction class.
Public methodPdfMovieAction(PdfDocument, String) Initializes a new instance of the PdfMovieAction class with the moview title.
Top
See Also