Click or drag to resize

PdfListField Class

Listbox (scrollable list of values) type form field object.
Inheritance Hierarchy

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public sealed class PdfListField : PdfField

The PdfListField type exposes the following members.

Constructors
  NameDescription
Public methodPdfListField
Creates a new PdfListField on the PdfPage.
Top
Properties
  NameDescription
Public propertyBorder
Gets or sets the form field's border.
(Inherited from PdfField.)
Public propertyChangeable
Gets or sets a value indicating whether this PdfObject instance can be changed in the PdfWebControl client interface.
(Inherited from PdfObject.)
Public propertyCustomData
Gets or sets a value representing custom data associated with this object.
(Inherited from PdfObject.)
Public propertyDeletable
Gets or sets a value indicating whether this PdfObject instance can be deleted in the PdfWebControl client interface.
(Inherited from PdfObject.)
Public propertyDpi
Gets a value representing the PdfDocument resolution.
(Inherited from PdfObject.)
Public propertyDuplicatable
Gets or sets a value indicating whether this PdfObject instance can be duplicated in the PdfWebControl client interface.
(Inherited from PdfObject.)
Public propertyFillColor
Gets or sets the form field's fill color.
(Inherited from PdfField.)
Public propertyFlatten
Gets or sets a value indicating whether this PdfField is flattened when output to the PDF saved by the PdfWebControl.
(Inherited from PdfField.)
Public propertyFont
Gets or sets this PdfField's font information.
(Inherited from PdfField.)
Public propertyHeight
Gets or sets a value representing the height of this object (in pixels).
(Inherited from PdfObject.)
Public propertyHidden
Gets or sets the form field's hidden flag.
(Inherited from PdfField.)
Public propertyHideFocusOutline
Gets or sets a value indicating whether this PdfObject's focus outline is visible (when selected) in the PdfWebControl client interface.
(Inherited from PdfObject.)
Public propertyHideHighlight
Gets or sets a value indicating whether this PdfObject's highlight is visible in the PdfWebControl client interface.
(Inherited from PdfObject.)
Public propertyHighlightColor
Gets or sets the color used by this form field to highlight the field (when highlighting is enabled).
(Inherited from PdfField.)
Public propertyIsDeleted
Gets a value indicating whether this PdfObject instance has been deleted.
(Inherited from PdfObject.)
Public propertyIsFormField
Gets a value indicating whether this PdfObject instance represents a form field or not.
(Inherited from PdfObject.)
Public propertyIsLocked
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.)
Public propertyLeft
Gets or sets a value representing the left edge of this object (in pixels).
(Inherited from PdfObject.)
Public propertyLockHeight
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.)
Public propertyLockProportions
Gets or sets a value indicating whether this PdfObject instance's proportions are locked when resizing.
(Inherited from PdfObject.)
Public propertyLockWidth
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.)
Public propertyMoveable
Gets or sets a value indicating whether this PdfObject instance can be moved in the PdfWebControl client interface.
(Inherited from PdfObject.)
Public propertyMultiSelect
Gets or sets the form field's "MultiSelect" flag.
Public propertyName
Gets or sets the form field's name
(Inherited from PdfField.)
Public propertyNoView
Gets or sets the form field's "no view" flag.
(Inherited from PdfField.)
Public propertyOptions
Gets the form field's options.
Public propertyOutputToPDF
Gets or sets a value indicating whether this PdfObject instance is output to the PDF saved by the PdfWebControl.
(Inherited from PdfObject.)
Public propertyPage
Gets an object representing page with which this object is associated.
(Inherited from PdfObject.)
Public propertyPrint
Gets or sets the form field's print flag.
(Inherited from PdfField.)
Public propertyReadOnly
Gets or sets the form field's read-only flag.
(Inherited from PdfField.)
Public propertyResizable
Gets or sets a value indicating whether this PdfObject instance can be resized in the PdfWebControl client interface.
(Inherited from PdfObject.)
Public propertyRotation
Gets or sets the form field's rotation relative to the page.
(Inherited from PdfField.)
Public propertySort
Gets or sets the form field's sort flag.
Public propertyStylable
Gets or sets a value indicating whether this PdfObject instance can be styled in the PdfWebControl client interface.
(Inherited from PdfObject.)
Public propertyTooltip
Gets or sets a value representing the form field's tooltip.
(Inherited from PdfField.)
Public propertyTop
Gets or sets a value representing the top edge of this object (in pixels).
(Inherited from PdfObject.)
Public propertyValue
Gets or sets the form field's value.
(Overrides PdfFieldValue.)
Public propertyVisible
Gets or sets a value indicating whether this PdfObject instance is visible in the PdfWebControl client interface.
(Inherited from PdfObject.)
Public propertyWidth
Gets or sets a value representing the width of this object (in pixels).
(Inherited from PdfObject.)
Top
Methods
  NameDescription
Public methodClone
Creates a new PdfObject that is a copy of the current PdfObject and adds it to this object's parent Page.
(Inherited from PdfObject.)
Public methodCloneTo
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.)
Public methodDelete
Deletes this PdfObject instance from its page.
(Inherited from PdfObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExport
Exports this PdfObject instance as a string.
(Inherited from PdfObject.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnlock
Unlock this form field if it is a locked (IsLocked is true) form field.
(Inherited from PdfField.)
Top
See Also