PdfObject MembersRAD PDF Documentation

The PdfObject type exposes the following members.
Methods

  NameDescription
Public methodClone
Creates a new PdfObject that is a copy of the current PdfObject and adds it to this page.
Public methodDelete
Deletes this PdfObject instance from its page.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyChangeable
Gets or sets a value indicating whether this PdfObject instance can be changed in the PdfWebControl client interface.
Public propertyCustomData
Gets or sets a value representing custom data associated with this object.
Public propertyDeletable
Gets or sets a value indicating whether this PdfObject instance can be deleted in the PdfWebControl client interface.
Public propertyDpi
Gets a value representing the PdfDocument resolution.
Public propertyHeight
Gets or sets a value representing the height of this object (in pixels).
Public propertyHideFocusOutline
Gets or sets a value indicating whether this PdfObject's focus outline is visible (when selected) in the PdfWebControl client interface.
Public propertyHideHighlight
Gets or sets a value indicating whether this PdfObject's highlight is visible in the PdfWebControl client interface.
Public propertyIsDeleted
Gets a value indicating whether this PdfObject instance has been deleted.
Public propertyIsFormField
Gets a value indicating whether this PdfObject instance represents a form field or not.
Public propertyLeft
Gets or sets a value representing the left edge of this object (in pixels).
Public propertyLockProportions
Gets or sets a value indicating whether this PdfObject instance's proportions are locked when resizing.
Public propertyMoveable
Gets or sets a value indicating whether this PdfObject instance can be moved in the PdfWebControl client interface.
Public propertyPage
Gets an object representing page with which this object is associated.
Public propertyResizable
Gets or sets a value indicating whether this PdfObject instance can be resized in the PdfWebControl client interface.
Public propertyStylable
Gets or sets a value indicating whether this PdfObject instance can be styled in the PdfWebControl client interface.
Public propertyTop
Gets or sets a value representing the top edge of this object (in pixels).
Public propertyVisible
Gets or sets a value indicating whether this PdfObject instance is visible in the PdfWebControl client interface.
Public propertyWidth
Gets or sets a value representing the width of this object (in pixels).
Back to Top
See Also