MultimediaAnnotation

Base class from which Image3D is derived.

public abstract class MultimediaAnnotation : TaggablePageElement, IAnnotation, ISerializable
Public MustInherit Class MultimediaAnnotation
    Inherits TaggablePageElement
    Implements IAnnotation, ISerializable

Inheritance: ObjectPageElementTaggablePageElementMultimediaAnnotation

Implements: IAnnotation, ISerializable

Derived: Image3D

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Properties

BorderThicknessGets or sets the border thickness.
Disable3DGets or sets when to disable the content.
Enable3DGets or sets when to enable the content.
IDGets or sets the ID of the page element.
(Inherited from PageElement)
IgnoreMarginsGets or sets ignore margin property. Setting false will consider the margin while placing the page element based on the RelativeTo property.
(Inherited from PageElement)
PlaybackWindowGets or sets the boolean to play the content of the annotation in separate window.
PlaybackWindowHeightGets or sets the height of the play back window.
PlaybackWindowWidthGets or sets the width of the play back window.
PosterImageGets or sets the poster, an image for the multimedia annotation.
RelativeToGets and sets placement of the page element on the page.
(Inherited from PageElement)
TagGets or sets the tag of the taggable element.
(Inherited from TaggablePageElement)
TagOrderGets or sets the tag order of the taggable element.
(Inherited from TaggablePageElement)
TransparentBackgroundGets or sets the boolean for the transparent background.

Methods

Draw(PageWriter)Draws the taggable page element to the given PageWriter class.
(Inherited from TaggablePageElement)
DrawAnnotation(DocumentWriter)Draws the annotation to the given DocumentWriter object.
Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.PageElements

In this topic