PdfSignatureShape Class |
Namespace: RadPdf.Data.Document.Objects.Shapes
The PdfSignatureShape type exposes the following members.
Name | Description | |
---|---|---|
PdfSignatureShape |
Creates a new PdfSignatureShape on the PdfPage.
|
Name | Description | |
---|---|---|
Border |
Gets or sets this PdfSignatureShape's border.
| |
Changeable |
Gets or sets a value indicating whether this PdfObject instance can be changed in the PdfWebControl client interface.
(Inherited from PdfObject.) | |
CustomData |
Gets or sets a value representing custom data associated with this object.
(Inherited from PdfObject.) | |
Deletable |
Gets or sets a value indicating whether this PdfObject instance can be deleted in the PdfWebControl client interface.
(Inherited from PdfObject.) | |
Dpi |
Gets a value representing the PdfDocument resolution.
(Inherited from PdfObject.) | |
Duplicatable |
Gets or sets a value indicating whether this PdfObject instance can be duplicated in the PdfWebControl client interface.
(Inherited from PdfObject.) | |
FillColor |
Gets or sets this PdfSignatureShape's fill color.
| |
Font |
Gets or sets this PdfSignatureShape's font for typed text input.
| |
HasPaths |
Gets a value indicating if this PdfSignatureShape has pen tool paths drawn on it.
| |
Height |
Gets or sets a value representing the height of this object (in pixels).
(Inherited from PdfObject.) | |
HideFocusOutline |
Gets or sets a value indicating whether this PdfObject's focus outline is visible (when selected) in the PdfWebControl client interface.
(Inherited from PdfObject.) | |
HideHighlight |
Gets or sets a value indicating whether this PdfObject's highlight is visible in the PdfWebControl client interface.
(Inherited from PdfObject.) | |
ImageData |
Gets or sets this PdfSignatureShape's image binary data.
| |
ImageFit |
Gets or sets a value indicating the image fit for an image in this PdfSignatureShape.
| |
ImageFormat |
Gets this PdfSignatureShape's image data format.
| |
IsDeleted |
Gets a value indicating whether this PdfObject instance has been deleted.
(Inherited from PdfObject.) | |
IsFormField |
Gets a value indicating whether this PdfObject instance represents a form field or not.
(Inherited from PdfObject.) | |
IsLocked |
Gets a value indicating whether this PdfObject instance is considered to be locked.
(Inherited from PdfObject.) | |
IsSigned |
Gets a value indicating if this PdfSignatureShape has been signed (using any method).
| |
Left |
Gets or sets a value representing the left edge of this object (in pixels).
(Inherited from PdfObject.) | |
LockHeight |
Gets or sets a value indicating whether the height of this PdfObject instance is locked when resizing in the PdfWebControl client interface.
(Inherited from PdfObject.) | |
LockProportions |
Gets or sets a value indicating whether this PdfObject instance's proportions are locked when resizing.
(Inherited from PdfObject.) | |
LockWidth |
Gets or sets a value indicating whether the width of this PdfObject instance is locked when resizing in the PdfWebControl client interface.
(Inherited from PdfObject.) | |
MaxResolution |
Gets or sets the maximum resolution of this PdfSignatureShape when added to the PDF document.
| |
Moveable |
Gets or sets a value indicating whether this PdfObject instance can be moved in the PdfWebControl client interface.
(Inherited from PdfObject.) | |
Opacity |
Gets or sets a value representing this PdfShape's opacity (in percent).
(Inherited from PdfShape.) | |
OutputToPDF |
Gets or sets a value indicating whether this PdfObject instance is output to the PDF saved by the PdfWebControl.
(Inherited from PdfObject.) | |
Page |
Gets an object representing page with which this object is associated.
(Inherited from PdfObject.) | |
PenColor |
Gets or sets this PdfSignatureShape's pen (ink) color.
| |
PenWidth |
Gets or sets this PdfSignatureShape's pen (ink) width.
| |
PopupButtonText |
Gets or sets a string representing the PdfSignatureShape's button text, if a PopupInput is true and the object is empty.
| |
PopupButtonTooltip |
Gets or sets a string representing the PdfSignatureShape's button tooltip, if a PopupInput is true and the object is empty.
| |
PopupInput |
Gets or sets a value indicating whether this PdfSignatureShape should accept input via a popup instead of only drawing using the pen tool directly on the document.
| |
PopupInputMethods |
Gets or sets a value indicating the popup input methods available when a user clicks the PdfSignatureShape in the GUI when PopupInput is true.
| |
Gets or sets a value indicating whether this PdfObject instance is output to the PDF saved by the PdfWebControl.
(Inherited from PdfShape.) | ||
Resizable |
Gets or sets a value indicating whether this PdfObject instance can be resized in the PdfWebControl client interface.
(Inherited from PdfObject.) | |
Rotation |
Gets or sets the object's rotation relative to the page.
| |
SignatureMethod |
Gets a value indicating the method which was used to sign this PdfSignatureShape.
| |
Stylable |
Gets or sets a value indicating whether this PdfObject instance can be styled in the PdfWebControl client interface.
(Inherited from PdfObject.) | |
Text |
Gets or sets this PdfSignatureShape's text data.
| |
Top |
Gets or sets a value representing the top edge of this object (in pixels).
(Inherited from PdfObject.) | |
Visible |
Gets or sets a value indicating whether this PdfObject instance is visible in the PdfWebControl client interface.
(Inherited from PdfObject.) | |
Width |
Gets or sets a value representing the width of this object (in pixels).
(Inherited from PdfObject.) |
Name | Description | |
---|---|---|
AddPath |
Adds a path (line) to the PdfSignatureShape.
| |
Clear |
Clear any existing image, paths, or text in this PdfSignatureShape.
| |
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 | (Inherited from Object.) | |
Export |
Exports this PdfObject instance as a string.
(Inherited from PdfObject.) | |
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.) | |
GetPaths |
Gets an array of paths, each of which form a line path of the PdfSignatureShape.
| |
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.) |
This shape object is clickable in RAD PDF, but will not have the same signature features in other PDF readers.
This object is not a PDF form field, see PdfSignatureField.