VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormFieldJS type / get_TextQuadding Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TextQuadding Method
    In This Topic
    Gets the form of quadding (justification) to be used in displaying the text of the field.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name);
    
    var value; // Type: object
    value = instance.get_TextQuadding();
    
    
    function get_TextQuadding() : object;
    

    Return Value

    The form of quadding (justification) to be used in displaying the text of the field. Default value is "LeftJustified".
    Browser Compatibility
    56+
    45+
    11
    See Also