Namespace: BitMiracle.Docotic.Pdf
public abstract class PdfWidget
Public MustInherit Class PdfWidget
The PdfWidget type exposes the following members.
Name | Description | |
---|---|---|
![]() | BoundingBox |
Gets or sets the bounding box (rectangle that defines the location
of the widget on the page).
|
![]() | Flags |
Gets or sets the set of flags specifying various characteristics
of the widget.
|
![]() | Height |
Gets or sets the height of the bounding box
(rectangle that defines the location of the widget on the page).
|
![]() | Hidden |
Gets or sets a value indicating whether this PdfWidget
is hidden.
|
![]() | Invisible |
Gets or sets a value indicating whether this PdfWidget
is invisible.
|
![]() | Layer |
(PDF 1.5) Gets or sets the layer to which this widget belongs.
|
![]() | 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).
|
![]() | Locked |
(PDF 1.4) Gets or sets a value indicating whether this
PdfWidget is locked.
|
![]() | LockedContents |
(PDF 1.7) Gets or sets a value indicating whether to allow the
contents of the widget to be modified by the user.
|
![]() | ModifiedDate |
Gets or sets the date and time when the widget was last modified.
|
![]() | NoRotate |
Gets or sets a value indicating whether to rotate the widget's
appearance to match the rotation of the page.
|
![]() | NoView |
Gets or sets a value indicating whether to display widget on screen
and allow it to interact with the user.
|
![]() | NoZoom |
Gets or sets a value indicating whether to scale widget's appearance
to match the magnification of the page.
|
![]() | Owner |
Gets the page with which this widget is associated.
|
![]() |
Gets or sets a value indicating whether this PdfWidget
gets printed when the page is printed.
| |
![]() | ReadOnly |
Gets or sets a value indicating whether to allow widget to interact
with the user.
|
![]() | ToggleNoView |
(PDF 1.5) Gets or sets a value indicating whether to invert the
interpretation of NoView property for certain events.
|
![]() | 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).
|
![]() | Type |
Gets the type of this PdfWidget.
|
![]() | Width |
Gets or sets the width of the bounding box
(rectangle that defines the location of the widget on the page).
|
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a this type.
(Overrides Object.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether the two specified objects are equal to each other.
|
![]() ![]() | Inequality |
Determines whether the two specified objects are not equal to each other.
|