VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationFontJS type / set_Unit Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Unit Method
    In This Topic
    Sets the annotation font unit of measure.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS(size, familyName, italic, bold, strikeout, underline, unit);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebAnnotationFontUnitEnumJS
    
    returnValue = instance.set_Unit(value);
    
    
    function set_Unit(
    value
    An instance of WebAnnotationFontUnitEnumJS class.
    : WebAnnotationFontUnitEnumJS
    ) : any;

    Parameters

    value
    An instance of WebAnnotationFontUnitEnumJS class.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also