PdfRichMediaConfiguration.Instances Property

Gets the collection of instances associated with this configuration.

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

Syntax

C#
public PdfCollection<PdfRichMediaInstance> Instances { get; }
VB
Public ReadOnly Property Instances As PdfCollection(Of PdfRichMediaInstance)
	Get

Property Value

Type: PdfCollection<PdfRichMediaInstance>
The collection of rich media instances associated with this configuration.

See Also