Multimedia |
Applicable for: 7.0
Extends the base MultimediaLinkStructure class that points to a MultimediaRecord record containing encoded image or sound objects.The MultimediaLink type exposes the following members.
| Name | Description | |
|---|---|---|
| MultimediaLink | Initializes a new instance of the MultimediaLink class |
| Name | Description | |
|---|---|---|
| CustomTags |
Gets the collection of сгыещь tags encountered in this context.
(Inherited from Context) | |
| Height | Gets or sets the bnumber of pixels to display vertically for the image. | |
| Left | Gets or sets left is a number of pixels to not display from the left side of the image. | |
| MultimediaId | Gets or sets the ID of the MultimediaRecord record. | |
| Title | Gets or sets the title of a work, record, item, or object. | |
| Top | Gets or sets a number of pixels to not display from the top side of the image. | |
| UnknownTags |
Gets the collection of unknown tags encountered in this context.
(Inherited from Context) | |
| Width | Gets or sets the number of pixels to display horizontally for the image. |
| Name | Description | |
|---|---|---|
| ContextClosed |
Called when the context is closed. The default implementation does nothing.
(Inherited from Context) | |
| ContextOpened |
Called when a context is opened. The default implementation does nothing.
(Inherited from Context) | |
| Deserialize |
Read data from the parser and deserialize it into the Gedcom.Net SDK class library.
(Inherited from Context) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetValueT |
Hets the value and main tags of the specified propName.
(Inherited from Context) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| PreporcessTag |
Called before tag processing begins. The default implementation does nothing.
(Inherited from Context) | |
| ProcessCustomTag |
Add the custom tag into the CustomTags collection.
(Inherited from Context) | |
| ProcessUnknownTag |
When overridden, tries to process a tag that cannot be processed by the GEDCOM mechanism, because the tag is unknown or encountered in an unexpected context.
(Inherited from Context) | |
| Serialize |
Seserialize the Gedcom.Net SDK class library and write data to the composer.
(Inherited from Context) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
The optional Top, Left, Width, and Height properties indicates that a subregion of an image represents or applies to the superstructure(CROP).
The above is only valid when the superstructure links to a MultimediaRecord with at least 1 file that refers to an external file with a defned pixel unit.
Left and Top indicate the top-left corner of the region to display. Width and Height indicate how many pixels wide and tall the region to display is. If omitted, Left and Top each default to 0; Width defaults to the image width minus Left; and Height defaults to the image height minus Top.
If the superstructure links to a MultimediaRecord record that includes multiple files, the crop applies to the first file to which it can apply, namely the first external file with a defined pixel unit.
It is recommended that crop be used only with a single-file MultimediaRecord record.
The following are errors: