Click or drag to resize

Pdf3DAnnotation OnInstantiate Property

Gets or sets the code to execute when the 3D artwork is instantiated.

Property Value

Type: String
Javascript code to be executed when the 3D artwork is instantiated.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string OnInstantiate { get; set; }

Property Value

Type: String
See Also