Click or drag to resize

PdfObject Properties

The PdfObject type exposes the following members.

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 propertyDuplicatable
Gets or sets a value indicating whether this PdfObject instance can be duplicated in the PdfWebControl client interface.
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 propertyIsLocked
Gets a value indicating whether this PdfObject instance is considered to be locked.
Public propertyLeft
Gets or sets a value representing the left edge of this object (in pixels).
Public propertyLockHeight
Gets or sets a value indicating whether the height of this PdfObject instance is locked when resizing in the PdfWebControl client interface.
Public propertyLockProportions
Gets or sets a value indicating whether this PdfObject instance's proportions are locked when resizing.
Public propertyLockWidth
Gets or sets a value indicating whether the width of this PdfObject instance is locked when resizing in the PdfWebControl client interface.
Public propertyMoveable
Gets or sets a value indicating whether this PdfObject instance can be moved in the PdfWebControl client interface.
Public propertyOutputToPDF
Gets or sets a value indicating whether this PdfObject instance is output to the PDF saved by the PdfWebControl.
Public propertyPage
Gets an object representing page with which this object is associated.
Public propertyPrint
Gets or sets a value indicating whether this PdfObject instance is printed. This slightly different implications based on object type.
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).
Top
See Also