PdfRichMediaConfiguration Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfRichMediaConfiguration Class
Class for rich media configuration.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfRichMediaConfiguration

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfRichMediaConfiguration
VB
Public NotInheritable Class PdfRichMediaConfiguration

The PdfRichMediaConfiguration type exposes the following members.

Properties

  NameDescription
Public propertyInstances
Gets the collection of instances associated with this configuration.
Public propertyPrimaryContentType
Gets a value indicating the primary content type of this configuration.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

Remarks

Rich media configuration describes a set of instances that are loaded for a given scene configuration. Use DefaultConfiguration property to specify the configuration to load when the annotation is activated.

See Also