Class MovieAnnotation

MovieAnnotation class

Represents a movie annotation that 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.

public sealed class MovieAnnotation : Annotation

Constructors

NameDescription
MovieAnnotation(Document, string)Constructor for using with Generator.
MovieAnnotation(Page, Rectangle, string)Creates new Sound annotation on the specified page.

Properties

NameDescription
Actions { get; }Gets list of annotatation actions.
virtual ActiveState { get; set; }Gets or sets current annotation appearance state.
override AnnotationType { get; }Gets type of annotation.
Appearance { get; }Gets appearance dictionary of the annotation.
Aspect { get; set; }Gets or sets the width and height of the movie�s bounding box, in pixels.
Border { get; set; }Gets or sets annotation border characteristics. Border
Characteristics { get; }Gets annotation characteristics.
Color { get; set; }Gets or sets annotation color.
Contents { get; set; }Gets or sets annotation text.
File { get; set; }Gets or sets a file specification identifying a self-describing movie file.
Flags { get; set; }Flags of the annotation.
FullName { get; }Gets full qualified name of the annotation.
virtual Height { get; set; }Gets or sets height of the annotation.
virtual Hyperlink { get; set; }Gets or sets the fragment hyperlink(for pdf generator).
IsFirstParagraphInColumn { get; set; }Gets or sets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation)
IsInLineParagraph { get; set; }Gets or sets a paragraph is inline. Default is false.(for pdf generation)
IsInNewPage { get; set; }Gets or sets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation)
IsKeptWithNext { get; set; }Gets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation)
Margin { get; set; }Gets or sets a outer margin for paragraph (for pdf generation)
Modified { get; set; }Gets or sets date and time when annotation was recently modified.
Name { get; set; }Gets or sets annotation name on the page.
virtual PageIndex { get; }Gets index of page which contains annotation.
Poster { get; set; }Gets or sets a flag or stream specifying whether and how a poster image representing the movie shall be displayed. If true, the poster image shall be retrieved from the movie file; if it is false, no poster shall be displayed.
virtual Rect { get; set; }Gets or sets annotation rectangle.
Rotate { get; set; }Gets or sets the number of degrees by which the movie shall be rotated clockwise relative to the page. The value shall be a multiple of 90.
States { get; }Gets appearance dictionary of annotation.
TextHorizontalAlignment { get; set; }Gets or sets text alignment for annotation.
Title { get; set; }Gets or sets the title of the movie annotation.
virtual VerticalAlignment { get; set; }Gets or sets a vertical alignment of paragraph
virtual Width { get; set; }Gets or sets width of the annotation.
ZIndex { get; set; }Gets or sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page.

Methods

NameDescription
override Accept(AnnotationSelector)Accepts visitor object to process the annotation.
virtual ChangeAfterResize(Matrix)Update parameters and appearance, according to the matrix transform.
virtual Clone()Clones this instance. Virtual method. Always return null.
virtual Flatten()Places annotation contents directly on the page, annotation object will be removed.
GetRectangle(bool)Returns rectangle of annotation taking into consideration page rotation.

See Also