VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormFieldJS type / set_TextQuadding Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_TextQuadding Method
In This Topic
Sets 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 returnValue; // Type: any

// Parameters
var value; // Type: object

returnValue = instance.set_TextQuadding(value);

Parameters

value
The form of quadding (justification) to be used in displaying the text of the field. Default value is "LeftJustified".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also