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:
Pdf3dActivationStateThe activation state.
Remarks
See Also