Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfTextBox : PdfControl
Public NotInheritable Class PdfTextBox Inherits PdfControl
The PdfTextBox type exposes the following members.
Name | Description | |
---|---|---|
![]() | BackgroundColor |
Gets or sets the color of the control background.
(Inherited from PdfControl.) |
![]() | Border |
Gets the properties of the control border.
(Inherited from PdfControl.) |
![]() | BoundingBox |
Gets or sets the bounding box (rectangle that defines the location
of the control on the page).
(Inherited from PdfControl.) |
![]() | Comb |
(PDF 1.5) Gets or sets a value indicating whether this text box should be automatically
divided into as many equally spaced positions, or combs, as the value of
MaxLength property, and the text should be laid out into those combs.
|
![]() | Flags |
Gets or sets the set of flags specifying various characteristics
of the widget.
(Inherited from PdfWidget.) |
![]() | Font |
Gets or sets the font used to display text in the control.
|
![]() | FontColor |
Gets or sets the color of the font used to display text in the
control.
|
![]() | FontSize |
Gets or sets the size of the font (in points) used to display
text in the control.
|
![]() | FullName |
Gets the fully qualified name of the control.
(Inherited from PdfControl.) |
![]() | Height |
Gets or sets the height of the bounding box
(rectangle that defines the location of the widget on the page).
(Inherited from PdfWidget.) |
![]() | Hidden |
Gets or sets a value indicating whether this PdfWidget
is hidden.
(Inherited from PdfWidget.) |
![]() | Hint |
Gets or sets the text displayed when the mouse hovers over the
control.
(Inherited from PdfControl.) |
![]() | Invisible |
Gets or sets a value indicating whether this PdfWidget
is invisible.
(Inherited from PdfWidget.) |
![]() | Layer |
(PDF 1.5) Gets or sets the layer to which this widget belongs.
(Inherited from PdfWidget.) |
![]() | Left |
Gets or sets the x-coordinate of the left edge of the bounding box
(rectangle that defines the location of the widget on the page).
(Inherited from PdfWidget.) |
![]() | Locked |
(PDF 1.4) Gets or sets a value indicating whether this
PdfWidget is locked.
(Inherited from PdfWidget.) |
![]() | LockedContents |
(PDF 1.7) Gets or sets a value indicating whether to allow the
contents of the widget to be modified by the user.
(Inherited from PdfWidget.) |
![]() | MappingName |
Gets or sets the mapping name.
(Inherited from PdfControl.) |
![]() | MaxLength |
Gets or sets the maximum number of characters that can be entered
into the text box.
|
![]() | ModifiedDate |
Gets or sets the date and time when the widget was last modified.
(Inherited from PdfWidget.) |
![]() | Multiline |
Gets or sets a value indicating whether the text of this
PdfTextBox can span more than one line.
|
![]() | Name |
Gets or sets the control name.
(Inherited from PdfControl.) |
![]() | NoRotate |
Gets or sets a value indicating whether to rotate the widget's
appearance to match the rotation of the page.
(Inherited from PdfWidget.) |
![]() | NoView |
Gets or sets a value indicating whether to display widget on screen
and allow it to interact with the user.
(Inherited from PdfWidget.) |
![]() | NoZoom |
Gets or sets a value indicating whether to scale widget's appearance
to match the magnification of the page.
(Inherited from PdfWidget.) |
![]() | OnActivation |
Gets or sets the action to be performed when the control is activated.
(Inherited from PdfControl.) |
![]() | OnBeforeFormatting |
Gets or sets the PdfJavaScriptAction action to be
performed before the control is formatted to display its current
value.
(Inherited from PdfControl.) |
![]() | OnChange |
Gets or sets the PdfJavaScriptAction action to be
performed when the control's value is changed.
(Inherited from PdfControl.) |
![]() | OnKeyPress |
Gets or sets the PdfJavaScriptAction action to be
performed when the user types a keystroke into
PdfTextBox or PdfComboBox or modifies
the selection in a scrollable list box.
(Inherited from PdfControl.) |
![]() | OnLostFocus |
Gets or sets the action to be performed when the control loses
the input focus.
(Inherited from PdfControl.) |
![]() | OnMouseDown |
Gets or sets the action to be performed when the mouse button is
pressed inside the control's active area.
(Inherited from PdfControl.) |
![]() | OnMouseEnter |
Gets or sets the action to be performed when the cursor enters the
control's active area.
(Inherited from PdfControl.) |
![]() | OnMouseExit |
Gets or sets the action to be performed when the cursor exits the
controls' active area.
(Inherited from PdfControl.) |
![]() | OnMouseUp |
Gets or sets the action to be performed when the mouse button is
released inside the control's active area.
(Inherited from PdfControl.) |
![]() | OnOtherControlChanged |
Gets or sets the PdfJavaScriptAction action to be
performed to recalculate the value of this control when that of
another control changes.
(Inherited from PdfControl.) |
![]() | OnSetFocus |
Gets or sets the action to be performed when the control receives
the input focus.
(Inherited from PdfControl.) |
![]() | Owner |
Gets the page with which this widget is associated.
(Inherited from PdfWidget.) |
![]() | PasswordField |
Gets or sets a value indicating whether this text box is intended
for entering a secure password that should not be echoed visibly to
the screen. Characters typed from the keyboard should instead be
echoed in some unreadable form, such as asterisks or
bullet characters.
|
![]() |
Gets or sets a value indicating whether this PdfWidget
gets printed when the page is printed.
(Inherited from PdfWidget.) | |
![]() | ReadOnly |
Gets or sets a value indicating whether to allow widget to interact
with the user.
(Inherited from PdfWidget.) |
![]() | Rotation |
Gets the PdfRotation value specifying the rotation of the control
counterclockwise relative to the page.
(Inherited from PdfControl.) |
![]() | Scrollable |
(PDF 1.4) Gets or sets a value indicating whether this text box can scroll.
|
![]() | Text |
Gets or sets the text content of the PdfTextBox control.
|
![]() | TextAlign |
(PDF 1.4) Gets or sets a value indicating how the text should be aligned horizontally
within text box.
|
![]() | ToggleNoView |
(PDF 1.5) Gets or sets a value indicating whether to invert the
interpretation of NoView property for certain events.
(Inherited from PdfWidget.) |
![]() | Top |
Gets or sets the y-coordinate of the top edge of the bounding box
(rectangle that defines the location of the widget on the page).
(Inherited from PdfWidget.) |
![]() | Type |
Gets the type of this PdfWidget.
(Inherited from PdfWidget.) |
![]() | ValueIsRequired |
Gets or sets a value indicating whether this control must have a
value at the time it is exported by a
PdfSubmitFormAction.
(Inherited from PdfControl.) |
![]() | Width |
Gets or sets the width of the bounding box
(rectangle that defines the location of the widget on the page).
(Inherited from PdfWidget.) |
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified object is equal to the current object.
(Inherited from PdfWidget.) |
![]() | Flatten |
Flattens this control to its parent page. In effect, replaces the control with its
appearance.
(Inherited from PdfControl.) |
![]() | GetHashCode |
Serves as a hash function for a this type.
(Inherited from PdfWidget.) |
![]() | GetType | (Inherited from Object.) |
![]() | Rotate |
Rotates control around top-left control's corner, counter-clockwise, relative to the page.
Useful when PdfPage is rotated.
(Inherited from PdfControl.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides PdfControl.ToString().) |