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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
BorderThickness | Gets or sets the border thickness. |
Disable3D | Gets or sets when to disable the content. |
Enable3D | Gets or sets when to enable the content. |
ID | Gets or sets the ID of the page element. (Inherited from PageElement) |
IgnoreMargins | Gets or sets ignore margin property. Setting false will consider the margin while placing the page element based on the RelativeTo property. (Inherited from PageElement) |
PlaybackWindow | Gets or sets the boolean to play the content of the annotation in separate window. |
PlaybackWindowHeight | Gets or sets the height of the play back window. |
PlaybackWindowWidth | Gets or sets the width of the play back window. |
PosterImage | Gets or sets the poster, an image for the multimedia annotation. |
RelativeTo | Gets and sets placement of the page element on the page. (Inherited from PageElement) |
Tag | Gets or sets the tag of the taggable element. (Inherited from TaggablePageElement) |
TagOrder | Gets or sets the tag order of the taggable element. (Inherited from TaggablePageElement) |
TransparentBackground | Gets 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) |