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; }
Public Property OnInstantiate As String
Get
Set
public:
property String^ OnInstantiate {
String^ get ();
void set (String^ value);
}
member OnInstantiate : string with get, set
Property Value
Type:
String
See Also