ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / Field Class
Properties Methods


In This Topic
    Field Class Members
    In This Topic

    The following tables list the members exposed by Field.

    Public Properties
     NameDescription
    Public Property Gets a value indicating the alternate name / tooltip.  
    Public Property Gets or sets the default style property of the field. This string specifies the default values for style attributes which are not overridden by other visual properties of the field.  
    Public Property Gets or sets the default values of the field.  
    Public Property Gets or sets the font that is used to display the text in this field.  
    Public Property Gets or sets the font that is used to display the text in this field.  
    Public Property Gets or sets the font size for the text in this field.  
    Public Property Gets the full name.  
    Public Property Gets or sets a value indicating the justification for this field.  
    Public Property Gets a value indicating the mapping name.  
    Public Property Gets or sets a value indicating whether this field is included when the form is submitted.  
    Public Property Gets the partial name.  
    Public Property Gets or sets a value indicating whether the field can or cannot be changed.  
    Public Property Gets or sets a value indicating whether the form can be submitted if the field is not filled.  
    Public Property Gets or sets the color that is used to draw all text associated with this widget.  
    Public Property Gets the type of the field.  
    Public Property Gets or sets the values of the field.  
    Public Property Gets the widgets of a field.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  Adds a widget to the field.  
    Public Method Removes all widgets from the field. The widgets' memory is freed and references cannot be re-attached to other fields or used.  
    Public MethodRemoves a widgets from the field. The widget remains valid and can be re-attached to other fields

    -

    Note that the widget is not disposed, and can be reused after removing. The user must called ImageGear.Formats.PDF.WidgetAnnotation.Dispose when done.  
    Public Method Removes all widgets from the field. References to the field's widgets remain valid and can be re-attached to other fields.  
    Public Method Resets the field's value to the field's default value.  
    Public MethodOverloaded.  Sets the widget for the field. If any widgets already exist, detach them. Then, add a single widget.  
    Top
    See Also