Pdf3dAnnotation.Interactive Property

Gets or sets a flag indicating whether the annotation is intended to be interactive.

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

Syntax

C#
public bool Interactive { get; set; }
VB
Public Property Interactive As Boolean
	Get
	Set

Property Value

Type: Boolean
true for interactive annotations; otherwise, false.

Remarks

Default value: true.

Interactive annotations are intended to be manipulated via UI. For example, user can rotate or zoom the 3D artwork using mouse.

Non-interactive annotations are intended to be manipulated programmatically, as with a JavaScript animation.

See Also