VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormTextFieldJS type
Constructors SeeAlso
In This Topic
    WebPdfInteractiveFormTextFieldJS Class Members
    In This Topic
    The following tables list the members exposed by WebPdfInteractiveFormTextFieldJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebPdfInteractiveFormTextFieldJS class.
    Methods
     NameDescription
    Public MethodGets the maximum font size when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize set to 0). (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets the minimum font size when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize set to 0). (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets a color of the interactive field's background. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets RGB color of the interactive field's border. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets the type of border style. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets width of interaction form field border in points (user units). (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets the font size of the default appearance. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets a fully qualified name of the field. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets a value indicating whether the field is comb.
    Public MethodGets a value indicating whether a text box is multiline.
    Public MethodGets a flag that specifies whether the field should display asterisks when data is entered in the field.
    Public MethodGets a value indicating whether the field is read-only. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets a value indicating whether the field must have a value at the time it is exported by a submit-form action. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets a value indicating whether the field is terminal field (leaf node in fields tree). (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets a list of immediate children of the field. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets the maximum length of the field text, in characters.
    Public MethodGets the maximum font size of multiline text field when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize is set to 0).
    Public MethodGets the unique object number in PDF document. (Inherited from WebPdfTreeNodeBaseJS)
    Public MethodGets a parent field of the field. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets a partial name of the field. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets the parent PDF document of this resource. (Inherited from WebPdfTreeNodeBaseJS)
    Public MethodGets the text color of the default appearance. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets the form of quadding (justification) to be used in displaying the text of the field. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodGets the text value of text field.
    Public MethodGets the the type of the field as a string. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodSets the maximum font size when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize set to 0). (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodSets the minimum font size when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize set to 0). (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodSets a color of the interactive field's background. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodSets RGB color of the interactive field's border. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodSets the type of border style. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodSets width of interaction form field border in points (user units). (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodSets the font size of the default appearance. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodSets a value indicating whether the field is comb.
    Public MethodSets a value indicating whether a text box is multiline.
    Public MethodSets a flag that specifies whether the field should display asterisks when data is entered in the field.
    Public MethodSets a value indicating whether the field is read-only. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodSets a value indicating whether the field must have a value at the time it is exported by a submit-form action. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodSets the maximum length of the field text, in characters.
    Public MethodSets the maximum font size of multiline text field when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize is set to 0).
    Public MethodSets a partial name of the field. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodSets the text color of the default appearance. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodSets the form of quadding (justification) to be used in displaying the text of the field. (Inherited from WebPdfInteractiveFormFieldJS)
    Public MethodSets the text value of text field.
    Public MethodReturns the string representation of this object. (Inherited from WebPdfInteractiveFormFieldJS)
    See Also