StartInkNotation() Method
In This Topic
Starts ink notation in the active viewport if the Microsoft.Ink assembly is found in the GAC.
Syntax
'Declaration
Public Overloads Function StartInkNotation() As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
value = instance.StartInkNotation()
public bool StartInkNotation()
Return Value
Boolean: true if successful; false otherwise
See Also