Gets or sets the code to execute when the 3D artwork is instantiated.
Javascript code to be executed when the 3D artwork is instantiated.
Namespace: Spire.Pdf.AnnotationsProperty Value
StringJavascript code to be executed when the 3D artwork is instantiated.
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
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