Pdf3dActivationSettings.ActivationState Property

Gets or sets the state of the 3D artwork instance upon activation of the associated annotation.

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

Syntax

C#
public Pdf3dActivationState ActivationState { get; set; }
VB
Public Property ActivationState As Pdf3dActivationState
	Get
	Set

Property Value

Type: Pdf3dActivationState
The activation state.

Remarks

Default value: Live.

See Also