VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / set_RotationPointTextBox Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_RotationPointTextBox Method
    In This Topic
    Sets the rotation point of text box.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebRotationInteractionPointJS
    
    returnValue = instance.set_RotationPointTextBox(value);
    
    
    function set_RotationPointTextBox(
    value : WebRotationInteractionPointJS
    ) : any;

    Parameters

    value
    WebRotationInteractionPointJS object.
    Browser Compatibility
    56+
    45+
    11
    See Also