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);
function set_TextQuadding(
: object
) : any;
Parameters
- value
- The form of quadding (justification) to be used in displaying the text of the field. Default value is "LeftJustified".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also