VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsField Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfJsField Class Members
    In This Topic
    The following tables list the members exposed by PdfJsField.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfJsField class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the border style for a field.
    Public PropertyGets or sets the number of characters that a user can type into a text field.
    Public PropertyGets or sets the single or multiple values of a list box or combo box.
    Public PropertyGets or sets the default value of a field - that is, the value that the field is set to when the form is reset.
    Public PropertyGets or sets a value indicating whether the redrawing of a field's appearance must be delayed.
    Public PropertyGets or sets the value defines whether the field is hidden or visible on screen and in print.
    Public PropertyGets the PdfJsDoc of the document to which the field belongs.
    Public PropertyGets or sets a value indicating whether a combo box is editable.
    Public PropertyGets or sets a value indicating whether the field represents a path of a file whose contents may be submitted with the form.
    Public PropertyGets or sets the background color for a field that is used to fill the rectangle of the field.
    Public PropertyGets or sets a value indicating whether the field is not shown and there is no user interaction, display, or printing of the annotation.
    Public PropertyGets or sets a value indicating whether a text box is multiline.
    Public PropertyGets or sets a value indicating whether more than one of the field's option items may be selected simultaneously.
    Public PropertyGets the fully qualified field name of the field as a string object.
    Public PropertyGets the number of items in a combo box or list box.
    Public PropertyGets the page number or an array of page numbers of a field.
    Public PropertyGets or sets a value indicating whether the field should display asterisks when data is entered in the field.
    Public PropertyGets or sets a value indicating whether the field is visible when the user prints the document.
    Public PropertyGets or sets a value indicating whether the field is read-only.
    Public PropertyGets or sets an array consists of four numbers specifying the upper-left x, upper-left y, lower-right x and lower-right y coordinates, in rotated user space, of the size and placement of the form field.
    Public PropertyGets or sets a value indicating whether a field requires a value.
    Public PropertyGets the source PdfInteractiveFormField object.
    Public PropertyGets or sets the stroke color for a field that is used to stroke the rectangle of the field with a line as large as the line width.
    Public PropertyGets or sets the background color for a field that is used to fill the rectangle of the field.
    Public PropertyGets or sets the text size (in points) to be used in all controls.
    Public PropertyGets the type of the field as a string.
    Public PropertyGets or sets value of the field.
    Public PropertyGets the value of a field as a string.
    Public Methods
     NameDescription
    Public MethodOpens a standard file-selection dialog box.
    Public MethodReturns the caption associated with a button.
    Public MethodSets the caption associated with a button.
    Public MethodClears all the values in a list box or combo box.
    Public MethodPerforms the value formatting of this field.
    Public MethodReturns the array of terminal child fields (that is, fields that can have a value) for this Field object, the parent field.
    Public MethodReturns the item value of an item in a combo box or a list box.
    Public MethodSets the keyboard focus to this field.
    Public MethodSets the list of items for a combo box or a list box.
    Public MethodReturns a System.String that represents this instance.
    Protected Methods
     NameDescription
    Protected MethodCalled when the field appearance was changed.
    Protected MethodCalled when the field value was changed.
    See Also