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