ChoiceField PropertiesByteScout PDF SDK

The ChoiceField type exposes the following members.

Properties

  NameDescription
Public propertyAltName
Gets the alternative field name. In some malformed PDF documents, the fields may have the same name or no name at all. This makes it problematic to find correct field for filling. The library automatically generates unique alternate names for such fields. These names can be used in 'Page.Annotations[string]' indexer to get field by name.
(Inherited from Field.)
Public propertyBackgroundColor
Gets or sets the color of the background.
(Inherited from Widget.)
Public propertyBorderColor
Gets or sets the color of the border.
(Inherited from Widget.)
Public propertyBorderStyle
Gets or sets the border style.
(Inherited from Widget.)
Public propertyBorderWidth
Gets or sets the width of the border.
(Inherited from Widget.)
Public propertyCommitOnSelChange
Gets or sets a value indicating whether the new value is committed as soon as a selection is made with the pointing device. This option enables applications to perform an action once a selection is made, without requiring the user to exit the field. If clear, the new value is not committed until the user exits the field.
Public propertyFont
Gets or sets the font used to display text in the control.
Public propertyFontColor
Gets or sets the color of the font used to display text in the control.
Public propertyFullName
Gets the fully qualified field name.
(Inherited from Field.)
Public propertyHeight
Gets or sets the height of this annotation.
(Inherited from Widget.)
Public propertyHidden
Gets or sets a value indicating whether this annotation is hidden.
(Inherited from Annotation.)
Public propertyInvisible
Gets or sets a value indicating whether this annotation is invisible.
(Inherited from Annotation.)
Public propertyItems
Gets the items of this PDFMoasic.ChoiceField.
Public propertyLeft
Gets or sets the x-coordinate of the left edge of this annotation.
(Inherited from Widget.)
Public propertyLocked
Gets or sets a value indicating whether this annotation is locked.
(Inherited from Annotation.)
Public propertyLockedContents
Gets or sets a value indicating whether to allow the contents of the annotation to be modified by the user.
(Inherited from Annotation.)
Public propertyName
Gets the partial field name.
(Inherited from Field.)
Public propertyNoExport
Gets or sets a value indicating whether this Bytescout.PDF.Field is not exportable.
(Inherited from Field.)
Public propertyNoRotate
Gets or sets a value indicating whether to rotate the annotation's appearance to match the rotation of the page.
(Inherited from Annotation.)
Public propertyNoView
Gets or sets a value indicating whether to display the annotation on the screen and allow it to interact with the user.
(Inherited from Annotation.)
Public propertyNoZoom
Gets or sets a value indicating whether to scale the annotations's appearance to match the magnification of the page.
(Inherited from Annotation.)
Public propertyOnActivated
Gets or sets the action to be performed when the annotation is activated.
(Inherited from Widget.)
Public propertyOnBeforeFormatting
Gets or sets the action to be performed before the field is formatted to display its current value.
(Inherited from Field.)
Public propertyOnChange
Gets or sets the action to be performed when the field’s value is changed.
(Inherited from Field.)
Public propertyOnKeyPressed
Gets or sets the action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box.
(Inherited from Field.)
Public propertyOnLoseFocus
Gets or sets the action to be performed when the annotation loses the input focus.
(Inherited from Widget.)
Public propertyOnMouseDown
Gets or sets the action to be performed when the mouse button is pressed inside the annotation’s active area.
(Inherited from Widget.)
Public propertyOnMouseEnter
Gets or sets the action to be performed when the cursor enters the annotation’s active area.
(Inherited from Widget.)
Public propertyOnMouseExit
Gets or sets the action to be performed when the cursor exits the annotation’s active area.
(Inherited from Widget.)
Public propertyOnMouseUp
Gets or sets the action to be performed when the mouse button is released inside the annotation’s active area.
(Inherited from Widget.)
Public propertyOnOtherFieldChanged
Gets or sets the action to be performed to recalculate the value of this field when that of another field changes.
(Inherited from Field.)
Public propertyOnPageClose
Gets or sets the action to be performed when the page containing the annotation is closed — for example, when the user navigates to the next or previous page, or follows a link annotation or outline item.
(Inherited from Widget.)
Public propertyOnPageInvisible
Gets or sets the action to be performed when the page containing the annotation is no longer visible in the viewer application’s user interface.
(Inherited from Widget.)
Public propertyOnPageOpen
Gets or sets the action to be performed when the page containing the annotation is opened — for example, when the user navigates to it from the next or previous page or by means of a link annotation or outline item.
(Inherited from Widget.)
Public propertyOnPageVisible
Gets or sets the action to be performed when the page containing the annotation becomes visible in the viewer application’s user interface.
(Inherited from Widget.)
Public propertyOnReceiveFocus
Gets or sets the action to be performed when the annotation receives the input focus.
(Inherited from Widget.)
Public propertyPrint
Gets or sets a value indicating whether this annotation gets printed when the page is printed.
(Inherited from Annotation.)
Public propertyReadOnly
Gets or sets a value indicating whether to allow the user to change the value of the field.
(Inherited from Field.)
Public propertyRequired
Gets or sets a value indicating whether this Bytescout.PDF.Field is required.
(Inherited from Field.)
Public propertySort
Gets or sets a value indicating whether the field’s option items should be sorted alphabetically. This flag is intended for use by form authoring tools, not by PDF viewer applications.
Public propertySpellCheck
Gets or sets a value indicating whether to check spelling.
Public propertyTextAlign
Gets or sets a value indicating how the text should be aligned.
Public propertyToggleNoView
Gets or sets a value indicating whether to invert the interpretation of the annotation property for certain events.
(Inherited from Annotation.)
Public propertyTop
Gets or sets the y-coordinate of the top edge of this annotation.
(Inherited from Widget.)
Public propertyType
Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
(Inherited from Annotation.)
Public propertyWidth
Gets or sets the width of this annotation.
(Inherited from Widget.)
Top
See Also

Reference