PdfObject Class |
Namespace: RadPdf.Data.Document.Objects
The PdfObject type exposes the following members.
| 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.
| |
| Duplicatable |
Gets or sets a value indicating whether this PdfObject instance can be duplicated in the PdfWebControl client interface.
| |
| 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.
| |
| IsLocked |
Gets a value indicating whether this PdfObject instance is considered to be locked.
| |
| Left |
Gets or sets a value representing the left edge of this object (in pixels).
| |
| LockHeight |
Gets or sets a value indicating whether the height of this PdfObject instance is locked when resizing in the PdfWebControl client interface.
| |
| LockProportions |
Gets or sets a value indicating whether this PdfObject instance's proportions are locked when resizing.
| |
| LockWidth |
Gets or sets a value indicating whether the width of this PdfObject instance is locked when resizing in the PdfWebControl client interface.
| |
| Moveable |
Gets or sets a value indicating whether this PdfObject instance can be moved in the PdfWebControl client interface.
| |
| OutputToPDF |
Gets or sets a value indicating whether this PdfObject instance is output to the PDF saved by the PdfWebControl.
| |
| Page |
Gets an object representing page with which this object is associated.
| |
Gets or sets a value indicating whether this PdfObject instance is printed. This slightly different implications based on object type.
| ||
| 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).
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a new PdfObject that is a copy of the current PdfObject and adds it to this object's parent Page.
| |
| CloneTo |
Creates a new PdfObject that is a copy of the current PdfObject and adds it to a PdfPage in this or another PdfDocument.
| |
| Delete |
Deletes this PdfObject instance from its page.
| |
| Equals | (Inherited from Object.) | |
| Export |
Exports this PdfObject instance as a string.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |