Table of Contents

Property Interactive

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Interactive

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

public bool Interactive { get; set; }

Property Value

bool

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.