SignaturePanel
Represents a panel in the visible signature.
public class SignaturePanel
Public Class SignaturePanel
Inheritance: ObjectSignaturePanel
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Remarks
NOTE: This class required the .NET Framework 2.0 or greater. Visible signature area will be divides in to three panels. Left or Top panel, Right or Bottom Panel and Full panel.
Properties
CustomMessage | Gets or sets a string for the custom message. |
FitImage | Gets or sets a value for resizing the given image to get fit with the panel area. |
FontSize | Gets or sets a int indicating the font size. |
ImageData | Gets or sets ImageData . |
KeepImageProportional | Gets or sets a value for maintaining image proportion when FitImage is set to true. |
ShowDate | Gets or sets a value indicating if the full date of signing should be displayed. |
ShowDigitallySignedBy | Gets or sets a value indicating if 'Digitally Signed By {Subject name}' should be displayed. |
ShowDistinguishedName | Gets or sets a value indicating if the distinguished name (Certificate Subject) should be displayed. |
ShowLabels | Gets or sets a value indicating if the signature information should include a label. |
ShowLocation | Gets or sets a value indicating display of location. |
ShowReason | Gets or sets a value indicating if the reason. |
ShowSubjectName | Gets or sets a value indicating if the Subject Name from the certificate should be displayed. |
TextAlign | Gets or sets the TextAlign enum that specifies the text align inside the panel. |
TextColor | Gets or sets text color. |
TextRightToLeft | Gets or sets a value indicating if text should be displayed right to left. |
Methods
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
HideAllText() | Hides all text visibility for the panel. HideAllText for hiding all the text in all the panels. |
SetImage(Byte[]) | Sets the image to the panel. |
SetImage(ImageData) | Sets the image to the panel. |
SetImage(Stream) | Sets the image to the panel. |
SetImage(String) | Sets the image to the panel. |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |