| PdfButtonField Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: RadPdf.Data.Document.Objects.FormFields
 Syntax
SyntaxThe PdfButtonField type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PdfButtonField | 
            Creates a new PdfButtonField on the PdfPage.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Border | 
            Gets or sets the form field's border.
            (Inherited from PdfField.) | 
|  | Changeable | 
            Gets or sets a value indicating whether this PdfObject instance can be changed in the PdfWebControl client interface.
            (Inherited from PdfObject.) | 
|  | CustomData | 
            Gets or sets a value representing custom data associated with this object.
            (Inherited from PdfObject.) | 
|  | Deletable | 
            Gets or sets a value indicating whether this PdfObject instance can be deleted in the PdfWebControl client interface.
            (Inherited from PdfObject.) | 
|  | Dpi | 
            Gets a value representing the PdfDocument resolution.
            (Inherited from PdfObject.) | 
|  | Duplicatable | 
            Gets or sets a value indicating whether this PdfObject instance can be duplicated in the PdfWebControl client interface.
            (Inherited from PdfObject.) | 
|  | FillColor | 
            Gets or sets the form field's fill color.
            (Inherited from PdfField.) | 
|  | Flatten | 
            Gets or sets a value indicating whether this PdfField is flattened when output to the PDF saved by the PdfWebControl.
            (Inherited from PdfField.) | 
|  | Font | 
            Gets or sets this PdfField's font information.
            (Inherited from PdfField.) | 
|  | Height | 
            Gets or sets a value representing the height of this object (in pixels).
            (Inherited from PdfObject.) | 
|  | Hidden | 
            Gets or sets the form field's hidden flag.
            (Inherited from PdfField.) | 
|  | HideFocusOutline | 
            Gets or sets a value indicating whether this PdfObject's focus outline is visible (when selected) in the PdfWebControl client interface.
            (Inherited from PdfObject.) | 
|  | HideHighlight | 
            Gets or sets a value indicating whether this PdfObject's highlight is visible in the PdfWebControl client interface.
            (Inherited from PdfObject.) | 
|  | HighlightColor | 
            Gets or sets the color used by this form field to highlight the field (when highlighting is enabled).
            (Inherited from PdfField.) | 
|  | IsDeleted | 
            Gets a value indicating whether this PdfObject instance has been deleted.
            (Inherited from PdfObject.) | 
|  | IsFormField | 
            Gets a value indicating whether this PdfObject instance represents a form field or not.
            (Inherited from PdfObject.) | 
|  | IsImage | 
            Gets a value which indicates whether or not this button form field triggers an image upload.
             | 
|  | IsLocked | 
            Gets a value indicating whether this PdfField instance represents a locked form field (a field which was imported and not unlocked when loading a document into a PdfWebControl instance).
            (Inherited from PdfField.) | 
|  | IsNamedAction | 
            Gets a value which indicates whether or not this button form field triggers a named action (e.g. "Print").
             | 
|  | IsReset | 
            Gets a value which indicates whether or not this button form field resets the document's form.
             | 
|  | IsSubmit | 
            Gets a value which indicates whether or not this button form field submits the document's form.
             | 
|  | Label | 
            Gets or sets the button form field's label (sometimes called the button's caption).
             | 
|  | Left | 
            Gets or sets a value representing the left edge of this object (in pixels).
            (Inherited from PdfObject.) | 
|  | LockHeight | 
            Gets or sets a value indicating whether the height of this PdfObject instance is locked when resizing in the PdfWebControl client interface.
            (Inherited from PdfObject.) | 
|  | LockProportions | 
            Gets or sets a value indicating whether this PdfObject instance's proportions are locked when resizing.
            (Inherited from PdfObject.) | 
|  | LockWidth | 
            Gets or sets a value indicating whether the width of this PdfObject instance is locked when resizing in the PdfWebControl client interface.
            (Inherited from PdfObject.) | 
|  | ModifiedDate | 
            Gets a value representing date this PdfField was last modified (outside of RAD PDF).
            (Inherited from PdfField.) | 
|  | Moveable | 
            Gets or sets a value indicating whether this PdfObject instance can be moved in the PdfWebControl client interface.
            (Inherited from PdfObject.) | 
|  | Name | 
            Gets or sets the form field's name
            (Inherited from PdfField.) | 
|  | NamedAction | 
            Gets or sets the button's named action (.e.g. "Print").
             | 
|  | NoView | 
            Gets or sets the form field's "no view" flag.
            (Inherited from PdfField.) | 
|  | OutputToPDF | 
            Gets or sets a value indicating whether this PdfObject instance is output to the PDF saved by the PdfWebControl.
            (Inherited from PdfObject.) | 
|  | Page | 
            Gets an object representing page with which this object is associated.
            (Inherited from PdfObject.) | 
|  | 
            Gets or sets the form field's print flag.
            (Inherited from PdfField.) | |
|  | ReadOnly | 
            Gets or sets the form field's read-only flag.
            (Inherited from PdfField.) | 
|  | Resizable | 
            Gets or sets a value indicating whether this PdfObject instance can be resized in the PdfWebControl client interface.
            (Inherited from PdfObject.) | 
|  | Rotation | 
            Gets or sets the form field's rotation relative to the page.
            (Inherited from PdfField.) | 
|  | Stylable | 
            Gets or sets a value indicating whether this PdfObject instance can be styled in the PdfWebControl client interface.
            (Inherited from PdfObject.) | 
|  | SubmitAction | 
            Gets or sets the button's submit action (if IsSubmit is true).
             | 
|  | Tooltip | 
            Gets or sets a value representing the form field's tooltip.
            (Inherited from PdfField.) | 
|  | Top | 
            Gets or sets a value representing the top edge of this object (in pixels).
            (Inherited from PdfObject.) | 
|  | Value | 
            Gets the form field's value.
            (Overrides PdfFieldValue.) | 
|  | Visible | 
            Gets or sets a value indicating whether this PdfObject instance is visible in the PdfWebControl client interface.
            (Inherited from PdfObject.) | 
|  | Width | 
            Gets or sets a value representing the width of this object (in pixels).
            (Inherited from PdfObject.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Creates a new PdfObject that is a copy of the current PdfObject and adds it to this object's parent Page.
            (Inherited from PdfObject.) | 
|  | CloneTo | 
            Creates a new PdfObject that is a copy of the current PdfObject and adds it to a PdfPage in this or another PdfDocument.
            (Inherited from PdfObject.) | 
|  | Delete | 
            Deletes this PdfObject instance from its page.
            (Inherited from PdfObject.) | 
|  | Equals | (Inherited from Object.) | 
|  | Export | 
            Exports  this PdfObject instance as a string.
            (Inherited from PdfObject.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Unlock | 
            Unlock this form field if it is a locked (IsLocked is true) form field.
            (Inherited from PdfField.) | 
 See Also
See Also