PdfRichMediaInstance Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfRichMediaInstance Class
Class for an instance of an asset to populate the artwork of PdfRichMediaAnnotation.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfRichMediaInstance

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

Syntax

C#
public sealed class PdfRichMediaInstance
VB
Public NotInheritable Class PdfRichMediaInstance

The PdfRichMediaInstance type exposes the following members.

Properties

  NameDescription
Public propertyAsset
Gets a file specification describing the content of this instance.
Public propertyContentType
Gets a value indicating the content type of this instance.

Methods

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

See Also