PdfRichMediaActivationSettings.DefaultConfiguration Property

Gets the rich media configuration to load when the associated annotation is activated.

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

Syntax

C#
public PdfRichMediaConfiguration DefaultConfiguration { get; }
VB
Public ReadOnly Property DefaultConfiguration As PdfRichMediaConfiguration
	Get

Property Value

Type: PdfRichMediaConfiguration
The default configuration. If the value is null then the first element from the Configurations collection should be used instead.

See Also