Show / Hide Table of Contents

Class SmilHead

Parsed content of the media overlay head which acts as a container for metadata elements. This class corresponds to the <head> element in a media overlay document.

See https://www.w3.org/publishing/epub32/epub-mediaoverlays.html#sec-smil-head-elem for more information.

Inheritance
object
SmilHead
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public class SmilHead

Constructors

View Source

SmilHead(SmilMetadata?)

Initializes a new instance of the SmilHead class.

Declaration
public SmilHead(SmilMetadata? metadata)
Parameters
Type Name Description
SmilMetadata metadata

Optional metadata of the media overlay document.

Properties

View Source

Metadata

Gets optional metadata of the media overlay document.

Declaration
public SmilMetadata? Metadata { get; }
Property type: SmilMetadata
  • View Source
In this article
Back to top Generated by DocFX