PdfObject Methods |
The PdfObject Class exposes the following methods.
| Name | Description | |
|---|---|---|
| addOption Method | Adds a new PdfOption Class representing an option for this ComboField or ListField. | |
| PdfOption Class | Copies the signature value (drawn, typed, or uploaded) of one PdfSignatureShape to another. | |
| deleteObject Method | Deletes the object represented by this PdfObject instance. | |
| getOption Method | Gets a PdfOption Class representing an option of this ComboField or ListField. | |
| getOptionCount Method | Gets the number of options in this ComboField or ListField. | |
| getPage Method | Gets a value representing the parent PdfPage Class of this PdfObject instance. | |
| getPopup Method | Gets a PdfObject Class representing the popup annotation (if any) for this markup annotation. | |
| getProperties Method | Gets a value representing all accessible properties for this PdfObject instance. | |
| getType Method | Gets a value representing the type of object of this PdfObject instance. | |
| hasImage Method | Gets a value indicating whether this ImageShape has an image. | |
| isFormField Method | Gets a value indicating whether the object represented by this PdfObject instance is a form field. | |
| isLocked Method | Gets a value indicating whether the object represented by this PdfObject instance is a locked (pre-existing) form field. | |
| select Method | Selects the object represented by this PdfObject instance. | |
| setImage Method | Sets the image used by this ImageShape. | |
| setProperties Method | Sets a value representing a data object containing one or more property values for this PdfObject instance. | |
| unlock Method | Unlocks the object represented by this PdfObject instance for which isLocked Method is true. |