| PdfButtonField Methods | 
The PdfButtonField type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Creates a new PdfObject that is a copy of the current PdfObject and adds it to this object's parent Page.
            (Inherited from PdfObject.) | 
|  | CloneTo | 
            Creates a new PdfObject that is a copy of the current PdfObject and adds it to a PdfPage in this or another PdfDocument.
            (Inherited from PdfObject.) | 
|  | Delete | 
            Deletes this PdfObject instance from its page.
            (Inherited from PdfObject.) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Export | 
            Exports  this PdfObject instance as a string.
            (Inherited from PdfObject.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Unlock | 
            Unlock this form field if it is a locked (IsLocked is true) form field.
            (Inherited from PdfField.) | 
 See Also
See Also