The PdfObject type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Clone | ||
| Delete |
Deletes this PdfObject instance from its page.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Changeable |
Gets or sets a value indicating whether this PdfObject instance can be changed in the PdfWebControl client interface.
| |
| CustomData |
Gets or sets a value representing custom data associated with this object.
| |
| Deletable |
Gets or sets a value indicating whether this PdfObject instance can be deleted in the PdfWebControl client interface.
| |
| Dpi |
Gets a value representing the PdfDocument resolution.
| |
| Height |
Gets or sets a value representing the height of this object (in pixels).
| |
| HideFocusOutline |
Gets or sets a value indicating whether this PdfObject's focus outline is visible (when selected) in the PdfWebControl client interface.
| |
| HideHighlight |
Gets or sets a value indicating whether this PdfObject's highlight is visible in the PdfWebControl client interface.
| |
| IsDeleted |
Gets a value indicating whether this PdfObject instance has been deleted.
| |
| IsFormField |
Gets a value indicating whether this PdfObject instance represents a form field or not.
| |
| Left |
Gets or sets a value representing the left edge of this object (in pixels).
| |
| LockProportions |
Gets or sets a value indicating whether this PdfObject instance's proportions are locked when resizing.
| |
| Moveable |
Gets or sets a value indicating whether this PdfObject instance can be moved in the PdfWebControl client interface.
| |
| Page |
Gets an object representing page with which this object is associated.
| |
| Resizable |
Gets or sets a value indicating whether this PdfObject instance can be resized in the PdfWebControl client interface.
| |
| Stylable |
Gets or sets a value indicating whether this PdfObject instance can be styled in the PdfWebControl client interface.
| |
| Top |
Gets or sets a value representing the top edge of this object (in pixels).
| |
| Visible |
Gets or sets a value indicating whether this PdfObject instance is visible in the PdfWebControl client interface.
| |
| Width |
Gets or sets a value representing the width of this object (in pixels).
|
See Also